ref: 5131214c8ddbd9a4f3a4b6c9acef575985ff867d 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 }