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