aboutsummaryrefslogtreecommitdiff
path: root/test/cases/compile_errors/enum_with_0_fields.zig
blob: f34065b69d6b6426c3b5312c4517d58b730444a0 (plain)
1
2
3
4
5
6
7
const Foo = enum {};

// error
// backend=stage2
// target=native
//
// :1:13: error: enum declarations must have at least one tag