Add more structure constructor tests.
[piglit/hramrach.git] / tests / glslparsertest / shaders / struct2.frag
blobbd27fa4ea4adbffe1de1da1a81fac3e0f58a6b23
1 struct s {\r
2     int i = 1.0;  // struct members cannot be initialized at the time of structure declaration\r
3 } s1;\r
4 \r
5 void main()\r
6 {\r
7 }\r