binutils-gdb/ld/testsuite/ld-plugin/pr19317.c

9 lines
67 B
C

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