// Build don't link: // Origin: Boris Zentner extern "C" { struct xx { int x; xx(); }; xx::xx() { x = 0; } }