Add more structure constructor tests.
[piglit/hramrach.git] / tests / glslparsertest / shaders / break.frag
bloba7484a683a148d18c766cf627f55f812530135fe
1 void main()\r
2 {\r
3     break; // break keyword allowed only inside the loops\r
4 }\r