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