brintos

brintos / linux-shallow public Read only

0
0
Text · 162 B · 50e7d7c Raw
10 lines · c
1// SPDX-License-Identifier: GPL-2.02#include <stdio.h>3#include <elfutils/libdw.h>4 5int main(void)6{7	Dwarf *dwarf = NULL;8	return dwarf_getcfi(dwarf) == NULL;9}10