Files
third_party_mesa3d/tests/parameters-01.glsl
Eric Anholt 106d122318 Add PASS / FAIL annotations to tests missing them.
This tricked my import of the tests into piglit.
2010-04-02 11:22:41 -07:00

12 lines
68 B
GLSL

/* FAIL: redefinition of a() */
void a()
{
;
}
void a()
{
;
}