ref: 763778b6ec6d13744cecedde5ee35675acfcb4ed 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 }