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