ref: 26da0e6f98ac76f3930ed68649b5fbfe87c06ec4 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 }