blob: 8c60ced47480a78f98bfcfa751d13ea0ee5215d4 [file] [log] [blame]
class C {
const C() : this.x(1);
const C.x();
}
main() {}