Wattributes-10.c: Add -fno-common option on hppa*-*-hpux*.
[official-gcc.git] / gcc / testsuite / gcc.dg / compat / struct-complex-2.h
blob1fd1e86c2ba443d0e53fb7948afe912e11028224
1 #include <complex.h>
3 struct st
5 int s1;
6 float complex x;
7 };
9 typedef struct { float r, i; } _complex;
11 struct stc
13 int s1;
14 _complex x;