Add more structure constructor tests.
[piglit/hramrach.git] / tests / glslparsertest / shaders / increment6.frag
blob1aa47b6d6c8f3cd1130cee6e2b257956c6c1b7e4
1 void main()\r
2 {\r
3     int i;\r
4     ++i++;  // ++i is not an l-value\r
5 }\r