summaryrefslogtreecommitdiff
path: root/src/glsl/tests/parameters-02.glsl
blob: 7ff5f59ab79a9f767ad9423562167a559926eede (plain)
1
2
3
4
5
6
7
8
9
10
11
/* PASS */

void a()
{
	;	
}

void a(float x)
{
	;	
}