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
/
function-10.vert
blob
6f3be5a058dd4a0eeef762c8b8043279fd6647fd
1
/* FAIL - invalid parameter type for function 'foo' */
2
3
void bar(foo x);
4
5
void main()
6
{
7
gl_Position = vec4(0.0);
8
}