Projet_SETI_RISC-V/riscv-gnu-toolchain/gdb/ld/testsuite/ld-ctf/cross-tu-conflicting-2.c
2023-03-06 14:48:14 +01:00

8 lines
95 B
C

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