ref: 6e6db2755b917179743b1f7649aa8b71a7dac8fc 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 }