/* declaration scope TestBool : context foo content bool context bar content int scope TestBool : def bar = 1 def foo ? bar >= 0 |= true def foo ? bar < 0 |= false */