We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdee9ab commit bae5cb3Copy full SHA for bae5cb3
test/behavior/type.zig
@@ -513,6 +513,11 @@ test "Type.Fn" {
513
if (builtin.zig_backend == .stage1) return error.SkipZigTest;
514
if (builtin.zig_backend == .stage2_c) return error.SkipZigTest; // TODO
515
516
+ if (true) {
517
+ // https://github.com/ziglang/zig/issues/12360
518
+ return error.SkipZigTest;
519
+ }
520
+
521
const some_opaque = opaque {};
522
const some_ptr = *some_opaque;
523
const T = fn (c_int, some_ptr) callconv(.C) void;
0 commit comments