Fix failure in x86_64 linker tests when compiling with a PIE enabled compiler.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-x86-64 / no-plt-main1.c
1 extern void check (void);
2
3 int
4 main ()
5 {
6 check ();
7 return 0;
8 }
This page took 0.030045 seconds and 4 git commands to generate.