ref: 105a65cbe900d0151e97e71da8e52d4dabbf19ba 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 }