| 1 | export fn entry() void { |
| 2 | const f: i32 = @import("zon/double_negation_int.zon"); |
| 3 | _ = f; |
| 4 | } |
| 5 | |
| 6 | // error |
| 7 | // imports=zon/double_negation_int.zon |
| 8 | // |
| 9 | // double_negation_int.zon:1:1: error: expected number or 'inf' after '-' |