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