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