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