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