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