Projet_SETI_RISC-V/riscv-gnu-toolchain/binutils/ld/testsuite/ld-ctf/C-2.c
2023-03-06 14:48:14 +01:00

5 lines
84 B
C

struct C {
struct A *a;
int wombat;
};
static struct C c __attribute__((used));