ref: 198c1fec67b329f01e7c41244bcdde7b059a7d38 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 }