ref: 3460240b3a7654af5a994d305d8ab440b7fdfd54 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 }