blob: 1c0e505e74fac3bcccb4e2068b2ce3b755159718 [file] [log] [blame]
library test;
class C {
C(Object o) : assert(o);
}
main() {}