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