categorize behavior/bugs/<issueno>.zig tests
This commit is contained in:
committed by
Andrew Kelley
parent
282ff8d3bd
commit
804cee3b93
@@ -1,4 +1,4 @@
|
||||
const x = @extern(*const fn() callconv(.C) void, .{ .name = "foo" });
|
||||
const x = @extern(*const fn () callconv(.C) void, .{ .name = "foo" });
|
||||
|
||||
export fn entry0() void {
|
||||
comptime x();
|
||||
|
||||
Reference in New Issue
Block a user