1/*#pragma settings Version110*/
2
3in float test;
4
5void main() { sk_FragColor.r = half(test); }
6