test: Set emit_bin=false for spirv_mergable_pointers.zig.
/home/alexrp/.cache/zig/b/18236e302af25e3fb99bc6a232ddc447/builtin.zig:6:5: error: TODO (SPIR-V): Implement unsigned composite int type of 64 bits
pub const zig_backend = std.builtin.CompilerBackend.stage2_spirv64;
~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 files changed, 1 insertions(+), 0 deletions(-)
test
cases
test/cases/spirv_mergable_pointers.zig+1
| ... | ... | @@ -14,3 +14,4 @@ export fn a() void { |
| 14 | 14 | // output_mode=Obj |
| 15 | 15 | // backend=stage2 |
| 16 | 16 | // target=spirv64-vulkan |
| 17 | // emit_bin=false |