mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-01 01:38:06 +02:00
11 lines
68 B
GLSL
11 lines
68 B
GLSL
/* FAIL: redefinition of a() */
|
|
|
|
void a()
|
|
{
|
|
;
|
|
}
|
|
|
|
void a()
|
|
{
|
|
;
|
|
}
|