framework/replay: disable AA accounting when comparing with no tolerance
[piglit.git] / tests / glslparsertest / shaders / struct4.frag
blob22aabeb5f17e6ae1abbd3909af56f615deb45146
1 // [config]
2 // expect_result: fail
3 // glsl_version: 1.10
4 //
5 // [end config]
7 struct s {
8     const int i = 1;  // structure members cannot be declared with const qualifier
9 } s1;
11 void main()