arith_gt_float.glsl 52 Bytes
float x;
float y;
bool arith()
{
return x > y;
}