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