// SPDX-License-Identifier: GPL-2.0 #include #include #include int main(void) { Dwarf *dbg = dwarf_begin(0, DWARF_C_READ); return (long)dbg; }