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