aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-ctf/cross-tu-cyclic-3.c
blob: 19947e8510469428f2490046f2b9a88b3d242a81 (plain)
1
2
3
struct A { struct B *foo; };
static struct A *a __attribute__((__used__));
static struct A *conflicty __attribute__((__used__));