#include int foo() { std::cout << "DebugX64\n"; int x = 3 / 0; (void)x; // ERROR return 0; }