!!ARBfp1.0
# REQUIRE GL_NV_fragment_program_option

	OPTION	NV_fragment_program;
SHORT	TEMP	R0;

	MOV	R0, fragment.texcoord[0];
	MOV	result.color, R0;
	END
