categorize behavior/bugs/<issueno>.zig tests

This commit is contained in:
Veikka Tuominen
2024-01-02 17:33:41 +02:00
committed by Andrew Kelley
parent 282ff8d3bd
commit 804cee3b93
172 changed files with 2080 additions and 3268 deletions

View File

@@ -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();