Add more structure constructor tests.
[piglit/hramrach.git] / tests / glslparsertest / shaders / struct7.frag
blob1f05a5a2067e6a6f7c7c847cfeec806c6ef82601
1 void main()\r
2 {\r
3     struct s {\r
4     } s1;  // structures have to be declared with atleast one member\r
5 }\r