blob: 762e99834b91bd0080812c9eac6f927331e8d1c1 [file] [log] [blame]
library test.name;
enum MyStrictEnum : uint32 {
FOO = 1;
BAR = 2;
};