aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-ctf/nonrepresentable-1.c
blob: 3135347a5ab14bfc437bd2d4ff5f58d6083f5da2 (plain)
1
2
3
4
5
6
7
#include <complex.h>

int foo (complex int a)
{
  return 3;
}