blob: da22548b841371d12e02dabca88030a650e462ac [file] [log] [blame]
Olivier Deprez157378f2022-04-04 15:47:50 +02001// SPDX-License-Identifier: GPL-2.0
2#include <elfutils/debuginfod.h>
3
4int main(void)
5{
6 debuginfod_client* c = debuginfod_begin();
7 return (long)c;
8}