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