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
/
loop-03.vert
blob
1546efd5bd79685473a57156b94983e3b9bab449
1
/* PASS */
2
3
void main()
4
{
5
while (bool i = true)
6
/* empty */ ;
7
8
gl_Position = gl_Vertex;
9
}