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