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