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
/
function6.frag
blob
8c1f03785a46ccbad71e4b8a0164ffa3c4ba4f25
1
void function(const out int i)
\r
2
{ // out parameters cannot be const
\r
3
i = 3;
\r
4
}
\r
5
\r
6
void main()
\r
7
{
\r
8
int i;
\r
9
function(i);
\r
10
}
\r
11
\r
12
\r