]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - tools/build/feature/test-dwarf.c
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma
[mirror_ubuntu-bionic-kernel.git] / tools / build / feature / test-dwarf.c
CommitLineData
b2441318 1// SPDX-License-Identifier: GPL-2.0
8295d4e2
IM
2#include <dwarf.h>
3#include <elfutils/libdw.h>
4#include <elfutils/version.h>
5
6int main(void)
7{
8 Dwarf *dbg = dwarf_begin(0, DWARF_C_READ);
20c99e82 9
8295d4e2
IM
10 return (long)dbg;
11}