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