// Build don't run: // Special g++ Options: -O3 // Origin: Gabriel Dos_Reis void f() {} struct X { ~X() { f (); } }; X x; int main () {}