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