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