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