blob: 37e2b22d75464dbb0740e6652a970d1625302bc6 [file] [log] [blame]
library test;
class C {
C(Object o) : b = o;
bool b;
}
main() {}