ref: 81c19d1a4fb393758ce2f08c63f8511ada5bc413 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 }