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