!!ARBfp1.0
# REQUIRE GL_NV_fragment_program_option

	OPTION	NV_fragment_program;
LONG	OUTPUT	col = result.color;

	MOV	col, fragment.texcoord[0];
	END
