blob: 64eb0f013e2493356ffb828691ec15bd1ff3f8d0 [file] [log] [blame]
class A {
const A() : x = 'foo' {}
:
x = 'foo' ;
}
main() {}