ref: 1019b884273ecfba87c33205a50084981820376f dir: /test/union.myr/
type u = union `Some int `None ;; const main = { var v : u v = `None }