cjit update
This commit is contained in:
@@ -6,7 +6,7 @@ fn add(a: i32, b: i32) callconv(cjit.call) i32 {
|
||||
}
|
||||
|
||||
test {
|
||||
var rt: cjit.Runtime = .init(std.testing.allocator);
|
||||
var rt: cjit.Runtime = try .init(std.testing.allocator);
|
||||
defer rt.deinit();
|
||||
|
||||
try rt.compile(
|
||||
|
||||
Reference in New Issue
Block a user