kernel_samsung_a53x/tools/build/feature/test-libdebuginfod.c
2024-06-15 16:02:09 -03:00

8 lines
150 B
C
Executable file

// SPDX-License-Identifier: GPL-2.0
#include <elfutils/debuginfod.h>
int main(void)
{
debuginfod_client* c = debuginfod_begin();
return (long)c;
}