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