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