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