aboutsummaryrefslogtreecommitdiffstats
path: root/test/DebugInfo/Inputs/dwarfdump-line-dwo.cc
blob: 2784ae24ee56b782d8e44500036c796c55666dc3 (plain)
1
2
3
4
5
6
7
8
9
10
struct foo {
};

foo f;

// Built with GCC
// $ mkdir -p /tmp/dbginfo
// $ cp dwarfdump-line-dwo.cc /tmp/dbginfo
// $ cd /tmp/dbginfo
// $ g++ -c -fdebug-types-section dwarfdump-line-dwo.cc -o <output>