1 2 3 4 5 6 7 8
// To generate the corresponding EXE/PDB, run: // cl /Zi test.c void foo() { } int main() { foo(); }