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