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