blob: 00c3f1dd977c428d10a7e653bf424e8e913312cf [file] [log] [blame]
library test;
import 'dart:async';
typedef int IntToInt(int i);
main() {}