| 1 | export fn entry() void { |
| 2 | const f: @Vector(3, f32) = @import("zon/tuple.zon"); |
| 3 | _ = f; |
| 4 | } |
| 5 | |
| 6 | // error |
| 7 | // imports=zon/tuple.zon |
| 8 | // |
| 9 | // tuple.zon:1:2: error: expected 3 vector elements; found 2 |
| 10 | // tmp.zig:2:40: note: imported here |