| 1 | const x = @import("builtin").bogus; |
| 2 | export fn entry() usize { |
| 3 | return @sizeOf(@TypeOf(x)); |
| 4 | } |
| 5 | |
| 6 | // error |
| 7 | // |
| 8 | // :1:29: error: root source file struct 'builtin' has no member named 'bogus' |
| 9 | // note: struct declared here |