libctf: impose an ordering on conflicting types
[binutils-gdb.git] / ld / testsuite / ld-ctf / nonrepresentable-1.c
1 #include <complex.h>
2
3 int foo (complex int a)
4 {
5 return 3;
6 }
7