xref: /llvm-project/llvm/test/DebugInfo/Inputs/dwarfdump-test4-part1.cc (revision 897f2cf408c9522187b3a375e201bdf6938f404f)
1 #include "dwarfdump-test4-decl.h"
c()2 int c(){a();}
3 
4 // Built with gcc 4.6.3
5 // $ mkdir -p /tmp/dbginfo
6 // $ cp dwarfdump-test4-*.* /tmp/dbginfo
7 // $ cd /tmp/dbginfo
8 // $ gcc -fPIC -shared -g dwarfdump-test4-part*.cc -o <output>
9