Updated Malay translation for the bfd sub-directory
[binutils-gdb.git] / ld / testsuite / ld-ctf / cross-tu-2.c
blob033d96d33522717260cf24a9a0cfc3d0d9300ddf
1 struct B;
2 struct A
4 long a;
5 struct B *foo;
6 };
8 static struct A *foo __attribute__((used));