Add more structure constructor tests.
[piglit/hramrach.git] / tests / glslparsertest / shaders / parser1.vert
blob7c120dffd7abc3912de734e046fef0fdb463369c
1 void main()\r
2 {\r
3     int a  // semicolon missing at the end of the statement\r
4     gl_Position = vec4(a);  \r
5 }\r