ref: 3b0bbade8ba3efecdeea39c2804f65016b3b4831 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 }