12 lines
68 B
GLSL
12 lines
68 B
GLSL
/* FAIL: redefinition of a() */
|
|
|
|
void a()
|
|
{
|
|
;
|
|
}
|
|
|
|
void a()
|
|
{
|
|
;
|
|
}
|