ref: 4883457b466c6eb8d7f5f281e0cda5fcfa568733 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 }