cbe: emit nonstring attribute

Closes #24545
This commit is contained in:
Jacob Young
2025-08-09 02:15:05 -04:00
committed by Andrew Kelley
parent 0b3c3c02e3
commit 38dfa6537e
4 changed files with 182 additions and 49 deletions

View File

@@ -1912,7 +1912,7 @@ fn binary(comptime op: anytype, comptime opts: struct { compare: Compare = .rela
-0x1,
});
try testArgs(@Vector(2, i1), .{
0x0, 0x00,
0x0, 0x0,
}, .{
-0x1, -0x1,
});