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

4 lines
99 B
C

struct child_float {
float d;
};
static struct child_float *a_child_float __attribute__((used));