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