// SPDX-License-Identifier: GPL-2.0 #include #include int main(void) { Dwarf *dwarf = NULL; return dwarf_getcfi(dwarf) == NULL; }