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

5 lines
70 B
C
Raw Permalink Normal View History

2023-03-06 14:48:14 +01:00
struct B {
struct C *c;
};
static struct B b __attribute__((used));