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