OpenGrok
Cross Reference: parameters-01.glsl
xref
: /
external
/
mesa3d
/
src
/
glsl
/
tests
/
parameters-01.glsl
Home
|
History
|
Annotate
|
Download
|
only in
tests
1
/* FAIL: redefinition of a() */
2
3
void
a()
4
{
5
;
6
}
7
8
void
a()
9
{
10
;
11
}
12