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
/
shaders
/
increment6.frag
blob
1aa47b6d6c8f3cd1130cee6e2b257956c6c1b7e4
1
void main()
\r
2
{
\r
3
int i;
\r
4
++i++; // ++i is not an l-value
\r
5
}
\r