blob: 509eecd0b47ce9a162e88226ed2d817b99f79389 [file] [log] [blame]
const int bar = 42;
const int baz = 84;
const int foo = 21;
main() {}
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]);