Add more structure constructor tests.
[piglit/hramrach.git] / tests / glslparsertest / glsl2 / pragma-03.vert
blob9fdc29b1f6db3a9a4b80b3ae13f5e430f74d7257
1 /* FAIL
2  *
3  * From page 11 (page 17 of the PDF) of the GLSL 1.10 spec:
4  *
5  *     "[#pragma debug] can only be used outside function definitions."
6  */
7 void main()
9 #pragma debug(off)
10   gl_Position = gl_Vertex;