blob: 64990cc37829ab2a43b0c8cf9769bb6b0f1e503a [file] [log] [blame]
enum Foo {
a,
b;
const Foo();
const Foo();
}