| author | |
| committer | |
| log | 90c94a2f0b7ce71aae1b69cf9e7b517c3a771906 |
| tree | 24488c8ab898ea3d6f55827b66470f82889e33a3 |
| parent | 3eb260f04259499788fc217d3cf395eea706de6d |
see tracking issue #193891 files changed, 4 insertions(+), 0 deletions(-)
test/behavior/union.zig+4| ... | ... | @@ -1746,6 +1746,10 @@ fn littleToNativeEndian(comptime T: type, v: T) T { |
| 1746 | 1746 | } |
| 1747 | 1747 | |
| 1748 | 1748 | test "reinterpret extern union" { |
| 1749 | if (true) { | |
| 1750 | // https://github.com/ziglang/zig/issues/19389 | |
| 1751 | return error.SkipZigTest; | |
| 1752 | } | |
| 1749 | 1753 | if (builtin.zig_backend == .stage2_spirv64) return error.SkipZigTest; |
| 1750 | 1754 | |
| 1751 | 1755 | const U = extern union { |