4 lines
91 B
C
4 lines
91 B
C
struct child_int {
|
|
int i;
|
|
};
|
|
static struct child_int *a_child_int __attribute__((used));
|