xref: /linux/tools/build/feature/test-libelf-gelf_getnote.c (revision 06b6f1c623122bcf28f5a75b89862a68b9c884eb)
1 #include <stdlib.h>
2 #include <gelf.h>
3 
4 int main(void)
5 {
6 	return gelf_getnote(NULL, 0, NULL, NULL, NULL);
7 }
8