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