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