Add more structure constructor tests.
[piglit/hramrach.git] / tests / glslparsertest / glsl2 / constructor-19.vert
blob37975d6b1a28b19aaea3604e43ddc5632df77430
1 /* PASS */
2 #version 120
4 void main()
6   struct s { int i; };
8   s temp[2] = s[](s(1), s(2));