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