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