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