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