blob: a005bc2550ffb01fe54d0540a3da71e0635249e4 [file] [log] [blame]
library test;
class C {
static m({int a = 0}) {}
}
void test() {}
main() {}