varying float var;
void main ()
{
  gl_FragColor = vec4(abs(var));
}


// stats: 1 alu 0 tex 0 flow
// inputs: 1
//  #0: var (high float) 1x1 [-1]
