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