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