ref: 4adc2f773870b45442ed27e5e794ade92e4fe2f0 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 }