summaryrefslogtreecommitdiff
path: root/src/glsl/tests/parameters-01.glsl
blob: b485106e9d7b3101b806a13ce64bc6c6de9224e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
/* FAIL: redefinition of a() */

void a()
{
	;	
}

void a()
{
	;	
}