test-libdebuginfod.c 150 B

12345678
  1. // SPDX-License-Identifier: GPL-2.0
  2. #include <elfutils/debuginfod.h>
  3. int main(void)
  4. {
  5. debuginfod_client* c = debuginfod_begin();
  6. return (long)c;
  7. }