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