5 lines
99 B
C
5 lines
99 B
C
|
struct child_float {
|
||
|
float d;
|
||
|
};
|
||
|
static struct child_float *a_child_float __attribute__((used));
|