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