mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-24 12:35:55 +08:00
5 lines
99 B
C
5 lines
99 B
C
|
struct child_float {
|
||
|
float d;
|
||
|
};
|
||
|
static struct child_float *a_child_float __attribute__((used));
|