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