brintos

brintos / llvm-project-archived public Read only

0
0
Text · 269 B · b327674 Raw
12 lines · plain
1extern "C" int a();2 3int main() {4  return a();5}6 7// Built with gcc 4.6.38// $ mkdir -p /tmp/dbginfo9// $ cp dwarfdump-test2-helper.cc dwarfdump-test2-main.cc /tmp/dbginfo/10// $ cd /tmp/dbginfo11// $ g++ -g dwarfdump-test2-helper.cc dwarfdump-test2-main.cc -o <output>12