Sign in
kernel
/
pub
/
scm
/
linux
/
kernel
/
git
/
gregkh
/
tty
/
tty-testing
/
.
/
tools
/
build
/
feature
/
test-libdebuginfod.c
blob: 823f9fa9391dac05a89785f2f6b780c87f4e2c89 [
file
] [
log
] [
blame
]
// SPDX-License-Identifier: GPL-2.0
#include
<elfutils/debuginfod.h>
int
main
(
void
)
{
debuginfod_client
*
c
=
debuginfod_begin
();
return
!!
c
;
}