blob: a4408c322c5b299a62b33e66b3e2720410f2e7e8 [file] [log] [blame]
class A {
const A();
}
main() {}
@A()
typedef F = void Function();
@A()
typedef void G();