DEBSOURCES
Skip Quicknav
sources / piglit / 0~git20180515-62ef6b0db-1 / tests / glslparsertest / glsl2 / void-01.vert
12345678
// [config] // expect_result: fail // glsl_version: 1.10 // // [end config] /* FAIL - cannot declare a variable as having type `void' */ void foo;