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
CommitLineData
d1ed1c7d
L
1void bar(void);
2int main(void)
3{
4 bar();
5 return 0;
6}
This page took 0.066378 seconds and 4 git commands to generate.