blob: 05c56c18c54ea0aa8e503b464057c6a61d92f6f0 [file] [log] [blame]
// @dart = 2.9
library test;
void test(int x, void f()) {}
main() {}