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