mclangc/tests/parser/enumerations.mcl

8 lines
47 B
Plaintext
Raw Normal View History

enum Foo {}
enum Bar {
A,
B,
C,
}