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