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