Retro68/binutils/ld/testsuite/ld-ctf/cross-tu-conflicting-2.c
Wolfgang Thaller f485e125c4 binutils 2.39
2022-10-27 20:45:45 +02:00

9 lines
95 B
C

struct B;
struct A
{
int a;
struct B *foo;
};
static struct A *foo __attribute__((used));