ref: 4ff322bbbc9b8c181b6f48b55c72f5482cec3c88 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 }