#
#  PRE: return
#
control.Auth-Type := 'Accept'

group {
	# Section should exit after this statement
	ok {
		ok = return
	}

	# This entry should never be reached
	reply.Reply-Message := 'fail'
}

# We should continue processing after the previous group.
reply.Reply-Message := 'pass'
