ref: d43127a52e3dfac1f1f1eba32986ae3bbdd083ee 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 }