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