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