ref: 9014efa1621b6530c070ff55b26c7195910fe4ae 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 }