bfd, ld: add CTF section linking
[deliverable/binutils-gdb.git] / ld / testsuite / ld-x86-64 / pr22064b.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.050132 seconds and 4 git commands to generate.