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
/
unsized-array-non-const-index-2.vert
blob
5a1bda60d1da4367d78782c4efc1ac4e3570e28d
1
const float n = 1;
2
void main()
3
{
4
int a[];
5
6
a[int(n)] = n;
7
}