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