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