blob: 2e6033eab640e0ff612956c058b5ee7097f02bfd [file] [log] [blame]
#include <errno.h>
extern int foo (void);
int
foo (void)
{
errno = 0;
return 0;
}