blob: 1a08f9717344e5f81471ba3f126e29566c67974a [file] [log] [blame]
Ingo Molnar8f7f8002013-09-30 14:20:25 +02001#include <libelf.h>
2
3int main(void)
4{
5 Elf *elf = elf_begin(0, ELF_C_READ, 0);
6 return (long)elf;
7}