ref: 88d5948ca08c649e6bd78ae8e634a8c57e53f316 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 }