test-libdebuginfod.c 146 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 !!c;
  7. }