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