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