blob: 5106e69edc45260e75e046dfbca4702f3cef4ed8 [file] [log] [blame]
library dependent;
enum MyEnum : int32 {
A = 1;
};