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
framework/replay: disable AA accounting when comparing with no tolerance
[piglit.git]
/
tests
/
glslparsertest
/
shaders
/
struct4.frag
blob
22aabeb5f17e6ae1abbd3909af56f615deb45146
1
// [config]
2
// expect_result: fail
3
// glsl_version: 1.10
4
//
5
// [end config]
6
7
struct s {
8
const int i = 1; // structure members cannot be declared with const qualifier
9
} s1;
10
11
void main()
12
{
13
}