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