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