Retro68/binutils/ld/testsuite/ld-elf/pr21086.c

9 lines
69 B
C
Raw Normal View History

#include <stdio.h>
int
main ()
{
printf ("PASS\n");
return 0;
}