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