Add more structure constructor tests.
[piglit/hramrach.git] / tests / glslparsertest / shaders / array1.frag
blob9ab02e14f77036f3dcdde21b855f5cb2db9b1216
1 void main()\r
2 {\r
3     int array[2][2];  // two dimentional arrays are not allowed\r
4 }\r