glibc/elf/tst-non-directory-path.c

8 lines
85 B
C

extern void foo (void);
int main (int argc, char *argv[])
{
foo ();
return 0;
}