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