Use better test for usable compiler in ld testsuite.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elfweak / size_main.c
CommitLineData
a664545d
L
1extern void foo ();
2
3int
4main ()
5{
6 foo ();
7 return 0;
8}
This page took 0.63512 seconds and 4 git commands to generate.