ref: e239a342a21b54d5e2302f5dece5624ef0f1aea7 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 }