import "Prelude" main = do x = ref 3 if 2 > 1 then x := 4 if 1 > 2 then x := 8 getRef x -- 4