ref: 82526d4456cab45d013dbf12fe9d49cd79ec9796 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 }