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