Retro68/binutils/ld/testsuite/ld-ctf/cross-tu-1.c

13 lines
112 B
C

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