ref: 55660f5aa113613d3176eeb31514ce234cec1bfb 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 }