* gcc.dg/cpp/20000628-1a.h: On each of the first three inclusions,
[official-gcc.git] / gcc / testsuite / gcc.c-torture / noncompile / 931203-1.c
blob1f5a8c3d7adda8c3c306070add21b2f833e31d49
1 typedef struct
3 int x, y;
4 } point_t;
7 point_t
8 f ()
10 return 0;