summaryrefslogtreecommitdiff
path: root/tests/semantic/enum-empty.test
blob: 120d0849e912b729d28cbeea574fea716c8779f9 (plain)
1
2
3
4
5
6
7
Invalid Code

enum Foo {
}

void main () {
}