mirror of
https://github.com/autc04/Retro68.git
synced 2025-01-05 22:32:37 +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));
|