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