ref: 63f4ce6387dea9f943ecc9c9f9b7af147560839d 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 }