Add more structure constructor tests.
[piglit/hramrach.git] / tests / glslparsertest / shaders / varying.frag
blobe67aa2f9b7575e0cc78f4c1ab4afe37f9628e040
1 void main()\r
2 {\r
3     varying float foo; // varyings can only be declared at a global scope\r
4 }\r