mirror of
https://github.com/autc04/Retro68.git
synced 2025-01-04 00:31:27 +00:00
5 lines
91 B
C
5 lines
91 B
C
struct child_int {
|
|
int i;
|
|
};
|
|
static struct child_int *a_child_int __attribute__((used));
|