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