!!ARBvp1.0
# REQUIRE GL_NV_vertex_program2_option
# FAIL
	OPTION	NV_vertex_program2;

	# The SIN instruction takes a scalar operand.
	SIN	result.position, vertex.position;
	END
