Add more structure constructor tests.
[piglit/hramrach.git] / tests / glslparsertest / shaders / dataType1.frag
blob17f26d84b52ea0f6d433235cde19048433f4acd6
1 void main()\r
2 {\r
3     void v; // variable cannot be declared of the type void\r
4 }\r