glibc/elf/firstobj.c

9 lines
64 B
C

#include <errno.h>
int
foo (void)
{
errno = 0;
return 0;
}