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

5 lines
71 B
C

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