tcl global directive outside proc body does nothing (ld)
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / pr19579b.c
1 int foo[2];
2 int bar[2] = { -1, -1 };
3
4 int *
5 foo_p (void)
6 {
7 return foo;
8 }
9
10 int *
11 bar_p (void)
12 {
13 return bar;
14 }
This page took 0.033669 seconds and 4 git commands to generate.