blob: aecaca70869c3cd1c4e751f5cfadfc7cab6bd5a3 [file] [log] [blame]
library test;
typedef T Function2<S, T>(S x);
void test() {}
main() {}