Add more structure constructor tests.
[piglit/hramrach.git] / tests / glslparsertest / glsl2 / unsized-array-non-const-index-2.vert
blob5a1bda60d1da4367d78782c4efc1ac4e3570e28d
1 const float n = 1;
2 void main()
4         int a[];
6         a[int(n)] = n;