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