(root)/
binutils-2.41/
ld/
testsuite/
ld-ctf/
nonrepresentable-1.c
       1  #include <complex.h>
       2  
       3  int foo (complex int a)
       4  {
       5    return 3;
       6  }
       7