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