// Used with the struct.c test
structPoint{float x, y, z;};structPoint2{float xValue, yValue, zValue;};structFun;struct Fun *fun;structFun{int is_ptr :1;union{void*ptr;int*integer;};};structFun2;struct Fun2 *fun2;struct S {structNested{int x, y;} nest;};