cjit: Fix some compilation errors
This commit is contained in:
@@ -9,7 +9,7 @@ test {
|
||||
var rt: cjit.Runtime = try .init(std.testing.allocator);
|
||||
defer rt.deinit();
|
||||
|
||||
try rt.compile(
|
||||
try rt.compile("test.c",
|
||||
\\int add(int a, int b);
|
||||
\\
|
||||
\\int add_one(int x)
|
||||
|
||||
Reference in New Issue
Block a user