ref: 52a5be5adc041a5dc8daa1238a1f307c728e75c8 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 }