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