ref: c40bf0f7b8be2563e9641321bdabfbbd08870e23 dir: /test/union-extraarg.myr/
use std /* should fail to compile becuse we're constructing a union that with too many arguments. */ type u = union `Foo ;; const main = { `Foo 123 }