aboutsummaryrefslogtreecommitdiff
path: root/test/cases/compile_errors/file_level_tuple.zig
blob: 97d119bb7d2defb097db7152e67907b4e3a9c8fc (plain)
1
2
3
4
5
6
u32,
comptime u8 = 123,

// error
//
// :1:1: error: file cannot be a tuple