]> Git Repo - binutils.git/blob - ld/testsuite/ld-ctf/cross-tu-1.c
Automatic date update in version.in
[binutils.git] / ld / testsuite / ld-ctf / cross-tu-1.c
1 struct B
2 {
3   int foo;
4 };
5
6 struct A
7 {
8   long a;
9   struct B *foo;
10 };
11
12 static struct A *foo __attribute__((used));
This page took 0.024885 seconds and 4 git commands to generate.