module BuiltinIf; open import Stdlib.Prelude; main : Bool; main := if false (and false) (and true) true; end;