blob: 5b23e22ee0a7580901abc1d958d19b261bcf35e2 [file] [log] [blame]
typedef Foo<T> = T Function<T>(T a);
Foo x;
main() {}