libctf: impose an ordering on conflicting types
[binutils-gdb.git] / ld / testsuite / ld-ctf / child-int.c
1 struct child_int {
2 int i;
3 };
4 static struct child_int *a_child_int __attribute__((used));