glsl2: Move the compiler to the subdirectory it will live in in Mesa.
[platform/upstream/mesa.git] / src / glsl / tests / qualifier-06.glsl
1 /* FAIL - in only allowed in parameter list in GLSL 1.10 */
2 void main()
3 {
4   in vec4 foo;
5
6   gl_Position = gl_Vertex;
7 }