s390: add 'install' target to 'make help'
[linux/fpc-iii.git] / tools / build / feature / test-libelf.c
blob08db322d89576cf9cc6f459a151a5f154224e447
1 #include <libelf.h>
3 int main(void)
5 Elf *elf = elf_begin(0, ELF_C_READ, 0);
7 return (long)elf;