Projet_SETI_RISC-V/riscv-gnu-toolchain/gdb/ld/testsuite/ld-ctf/child-float.c

5 lines
99 B
C
Raw Normal View History

2023-03-06 14:48:14 +01:00
struct child_float {
float d;
};
static struct child_float *a_child_float __attribute__((used));