Merge tag 'trace-printf-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...
[drm/drm-misc.git] / tools / build / feature / test-libdebuginfod.c
blobda22548b841371d12e02dabca88030a650e462ac
1 // SPDX-License-Identifier: GPL-2.0
2 #include <elfutils/debuginfod.h>
4 int main(void)
6 debuginfod_client* c = debuginfod_begin();
7 return (long)c;