Revert "Fix the test for PR 18963 so that it will work on 16-bit targets."
[deliverable/binutils-gdb.git] / ld / testsuite / ld-i386 / pass.c
1 #include <stdio.h>
2
3 int
4 main ()
5 {
6 printf ("PASS\n");
7 return 0;
8 }
This page took 0.030145 seconds and 4 git commands to generate.