class TEST create make feature {NONE} -- Initialization make do end test do io.put_string ("In DLL") io.put_new_line end end