ref: 9c52b9aaf791386a95a6eb11e27d2a982b72d872 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 }