ref: 3a9041b78a81f9310fdb48fc3e4a15d5a554814d 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 }