/* g++ hello.cpp -g -O0 -o hello && ./hello */ void foo() { } int main(int argc, char** argv) { foo(); return 0; }