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