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