ref: 0944989ceaf443ca4dea50b7c368e21e0c71e80a 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 }