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