xxxxxxxxxx
extern(C++) {
class X {
this() {}
void printSomething() const {}
}
class Y : X {
void main()
{
static const y = new Y();