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
/
struct7.frag
blob
1f05a5a2067e6a6f7c7c847cfeec806c6ef82601
1
void main()
\r
2
{
\r
3
struct s {
\r
4
} s1; // structures have to be declared with atleast one member
\r
5
}
\r