class TEST

create
	make

feature {NONE} -- Creation

	make is
			-- Run test.
		do
		end

feature {NONE} -- Test

	a: A

end