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