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