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