ref: 0f79e7dd998f35f84ce794cc5adeaad683ac0022 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 }