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