arb_framebuffer_object: add missing MSAA alpha-to-coverage and alpha-to-one tests
[piglit.git] / tests / spec / glsl-1.20 / compiler / qualifiers / in-01.vert
blob2252ac05a0b61da351bfc7d12a5f775cf1c6732d
1 // [config]
2 // expect_result: fail
3 // glsl_version: 1.20
4 // [end config]
5 //
6 // "in" is only allowed in parameter list in GLSL 1.20
8 #version 120
10 in vec4 foo;