mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 04:08:19 +00:00
upgrade more test platforms to zig 13
This commit is contained in:
parent
41192b7103
commit
c08202507b
7 changed files with 39 additions and 30 deletions
|
@ -16,9 +16,9 @@ fn roc_dbg(_: *anyopaque, _: *anyopaque, _: *anyopaque) callconv(.C) void {
|
|||
}
|
||||
|
||||
comptime {
|
||||
@export(roc_alloc, .{ .name = "roc_alloc", .linkage = .Strong });
|
||||
@export(roc_panic, .{ .name = "roc_panic", .linkage = .Strong });
|
||||
@export(roc_dbg, .{ .name = "roc_dbg", .linkage = .Strong });
|
||||
@export(roc_alloc, .{ .name = "roc_alloc", .linkage = .strong });
|
||||
@export(roc_panic, .{ .name = "roc_panic", .linkage = .strong });
|
||||
@export(roc_dbg, .{ .name = "roc_dbg", .linkage = .strong });
|
||||
}
|
||||
|
||||
var timer: Timer = undefined;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue