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

5 lines
91 B
C

struct child_int {
int i;
};
static struct child_int *a_child_int __attribute__((used));