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