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