Projet_SETI_RISC-V/riscv-gnu-toolchain/binutils/ld/testsuite/ld-ctf/B.c

5 lines
70 B
C

struct B {
struct C *c;
};
static struct B b __attribute__((used));