diff options
Diffstat (limited to 'test/behavior/incomplete_struct_param_tld.zig')
| -rw-r--r-- | test/behavior/incomplete_struct_param_tld.zig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/behavior/incomplete_struct_param_tld.zig b/test/behavior/incomplete_struct_param_tld.zig index 29f57ed971..4edf974dab 100644 --- a/test/behavior/incomplete_struct_param_tld.zig +++ b/test/behavior/incomplete_struct_param_tld.zig @@ -22,6 +22,8 @@ fn foo(a: A) i32 { } test "incomplete struct param top level declaration" { + if (builtin.zig_backend == .stage2_sparc64) return error.SkipZigTest; // TODO + const a = A{ .b = B{ .c = C{ .x = 13 }, |
