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