mm, oom: do not rely on TIF_MEMDIE for memory reserves access
[linux/fpc-iii.git] / tools / build / feature / test-dwarf.c
blob3fc1801ce4a9760dce3a2db564747ace639e88aa
1 #include <dwarf.h>
2 #include <elfutils/libdw.h>
3 #include <elfutils/version.h>
5 int main(void)
7 Dwarf *dbg = dwarf_begin(0, DWARF_C_READ);
9 return (long)dbg;