Add more structure constructor tests.
[piglit/hramrach.git] / tests / glslparsertest / shaders / dataType19.frag
blob5238337daf7a269dcc96b064217ffe8e68ec9ecf
1 uniform sampler1D s;\r
2 void main()\r
3 {\r
4     int i = int(s); // conversion not allowed\r
5 }\r