Properly implement STT_COMMON
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / pr13250-2.c
1 extern int common1[8];
2
3 extern void foo ();
4
5 int
6 bar ()
7 {
8 foo ();
9 return common1[4];
10 }
This page took 0.029119 seconds and 4 git commands to generate.