Add more structure constructor tests.
[piglit/hramrach.git] / tests / glslparsertest / glsl2 / constructor-26.vert
bloba0c6867d3a87ed9aeec7d1b7938eb89c39dfc0ca
1 /* PASS */
2 #version 120
3 struct s { float f; };
5 void main()
7     s t = s(1); // an implicit conversion should happen here