106d122318
This tricked my import of the tests into piglit.
12 lines
68 B
GLSL
12 lines
68 B
GLSL
/* FAIL: redefinition of a() */
|
|
|
|
void a()
|
|
{
|
|
;
|
|
}
|
|
|
|
void a()
|
|
{
|
|
;
|
|
}
|