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