brintos

brintos / linux-shallow public Read only

0
0
Text · 150 B · da22548 Raw
9 lines · c
1// SPDX-License-Identifier: GPL-2.02#include <elfutils/debuginfod.h>3 4int main(void)5{6	debuginfod_client* c = debuginfod_begin();7	return (long)c;8}9