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