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