]> Git Repo - linux.git/blob - tools/build/feature/test-dwarf.c
enetc: Migrate to PHYLINK and PCS_LYNX
[linux.git] / tools / build / feature / test-dwarf.c
1 // SPDX-License-Identifier: GPL-2.0
2 #include <dwarf.h>
3 #include <elfutils/libdw.h>
4 #include <elfutils/version.h>
5
6 int main(void)
7 {
8         Dwarf *dbg = dwarf_begin(0, DWARF_C_READ);
9
10         return (long)dbg;
11 }
This page took 0.032692 seconds and 4 git commands to generate.