blob: 21b5e6be981d01677578dda9eae474f3ba08dd4e [file] [log] [blame]
import 'dart:core' show int;
dynamic testDynamic() => 0;
void testVoid() {}
main() {}