ref: 3ddd3c850f387a05175b5fe06469b94b5fa2a1ac 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 }