blob: ab7b22676e82d07ab83f30795a60daff8c063717 [file] [log] [blame]
const a = null;
@a
enum E { E1, E2, E3 }
main() {}