ld: Update function prototypes for compilers defaulting to -std=gnu23
[binutils-gdb.git] / ld / testsuite / ld-ctf / cross-tu-1.c
blob907d071d64e9d6265df80416bbc691092930d1bb
1 struct B
3 int foo;
4 };
6 struct A
8 long a;
9 struct B *foo;
12 static struct A *foo __attribute__((used));