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