blob: 15fb5d5a00475909008c05fc248d1666d6b7b50e [file] [log] [blame]
const int foo = 21;
const int bar = 42;
const int baz = 84;
typedef void F(@foo int x, num y, {@bar @baz String z, Object w});
typedef void G(@foo int a, num b, [@bar @baz String c, Object d]);
main() {}