This commit was manufactured by cvs2svn to create branch
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / complex-1.c
blob6ba9f04694d677c33b58e1e1ec9a62f4505e26ef
1 extern void u (int, int);
2 extern void v (float, float);
4 void f (__complex__ int x)
6 u (0, x);
9 void g (__complex__ float x)
11 v (0, x);