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