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