github.com/anchore/syft@v1.4.2-0.20240516191711-1bec1fc5d397/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  }