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