Merge tag 'platform-drivers-x86-v4.6-1' of git://git.infradead.org/users/dvhart/linux...
[deliverable/linux.git] / tools / build / feature / test-dwarf.c
1 #include <dwarf.h>
2 #include <elfutils/libdw.h>
3 #include <elfutils/version.h>
4
5 int main(void)
6 {
7 Dwarf *dbg = dwarf_begin(0, DWARF_C_READ);
8
9 return (long)dbg;
10 }
This page took 0.031027 seconds and 5 git commands to generate.