Updated Malay translation for the bfd sub-directory
[binutils-gdb.git] / ld / testsuite / ld-ctf / A-2.c
blob1484983fe8a4e1919917d109c5ed9b9968da517f
1 struct A {
2 struct B *b;
3 int wombat;
4 };
6 static struct A a __attribute__((used));