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-05.vert
blob
d6840b0f443c9a66b1eda9e65b52f7e08c019bbb
1
/* FAIL - loop body does not start a new scope */
2
3
void main()
4
{
5
while (bool i = true)
6
float i = gl_Vertex.x;
7
8
gl_Position = gl_Vertex;
9
}