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

6 lines
84 B
C

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