blob: 16fa76e889215a8f66f04ed24d4ea2ffd439389f [file] [log] [blame]
library test;
class C {
int x = 0;
}
void f(C? c) {}
main() {}