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