!!ARBfp1.0
#
# Demonstrates bug with Mesa's implementation of
# OpenGL fragment programs.
#
# Orion Sky Lawlor, olawlor@acm.org, 2005/2/7 (Public Domain)
#
PARAM a={0.1,0.0999,0.1001,0};
PARAM b={.01e1,10.0e-2,.1,0};
ADD result.color, a,b;

END
