repo.or.cz
/
piglit
/
hramrach.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add more structure constructor tests.
[piglit/hramrach.git]
/
tests
/
glslparsertest
/
glsl2
/
parameters-08.vert
blob
47f4b91c1e982e8d728894d9330725842b81f9a7
1
/* FAIL - size must be speicified for formal parameter arrays
2
*/
3
float a(float x[], int y)
4
{
5
return x[y];
6
}