github.com/anchore/syft@v1.38.2/syft/file/cataloger/executable/test-fixtures/elf/project/lib.c (about)

     1  #include <stdio.h>
     2  
     3  void foo(void)
     4  {
     5      puts("Share me!");
     6  }