Retro68/binutils/ld/testsuite/ld-ctf/child-int.c

5 lines
91 B
C
Raw Normal View History

2022-10-27 18:45:45 +00:00
struct child_int {
int i;
};
static struct child_int *a_child_int __attribute__((used));