1/* FAIL - out only allowed in parameter list in GLSL 1.10 */
2void main()
3{
4  out vec4 foo;
5
6  gl_Position = gl_Vertex;
7}
8