#
#  PRE: update unknown
#
update control {
       Cleartext-Password := 'hello'
}

#
#  This delayed binding should result in a parse error
#
if (&User-Name == &Foo-Bar-Baz) { # ERROR
	update reply {
		Filter-Id += "fail-2"
	}
}
