mesa/src/glsl/tests/parameters-01.glsl

11 lines
68 B
GLSL

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