Files
mclangc/old_tests/parser/enumerations.mcl
2026-02-03 13:20:23 +02:00

8 lines
47 B
Plaintext

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