repo.or.cz
/
piglit.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
fix the spelling in whole piglit
[piglit.git]
/
tests
/
glslparsertest
/
shaders
/
struct7.frag
blob
04176b5a9958c0f83ab474486faf2c28be4fb977
1
// [config]
2
// expect_result: fail
3
// glsl_version: 1.10
4
//
5
// [end config]
6
7
void main()
8
{
9
struct s {
10
} s1; // structures have to be declared with at least one member
11
}