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