repo.or.cz
/
piglit.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
fix the spelling in whole piglit
[piglit.git]
/
tests
/
glslparsertest
/
glsl2
/
parameters-08.vert
blob
8aa6a6ab1f7890d059af50d65249795f79f62f2a
1
// [config]
2
// expect_result: fail
3
// glsl_version: 1.10
4
//
5
// [end config]
6
7
/* FAIL - size must be specified for formal parameter arrays
8
*/
9
float a(float x[], int y)
10
{
11
return x[y];
12
}