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