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
/
redeclaration-05.vert
blob
c4c4352a54c955f3028d7b6c8f2fb538f5e8d76f
1
/* FAIL - variable redeclared */
2
void main()
3
{
4
float foo;
5
float foo;
6
gl_Position = vec4(0.0);
7
}
8