blob: 32b417151349dc771cfef8d1e4c4990ede8a4e29 [file] [log] [blame]
// @dart = 2.6
import 'dart:core' show int;
dynamic testDynamic() => 0;
void testVoid() {}
main() {}