Files
third_party_mesa3d/tests/parameters-02.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
54 B
GLSL

/* PASS */
void a()
{
;
}
void a(float x)
{
;
}