Add more structure constructor tests.
[piglit/hramrach.git] / tests / glslparsertest / shaders / CorrectVersion.V110.frag
blob3a7d8fefe6163d8761d453ab3be8d571a4fc6253
1 /* #version can only be followed by number 110. The only statements before 
2    #version can be comment or white spaces */
6 #version 110
9 void main()
11    gl_FragColor = vec4(1);