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

5 lines
159 B
C

struct A { struct B *foo; };
struct B { struct B *next; };
static struct A *a __attribute__((__used__));
static struct B *conflicty __attribute__((__used__));