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