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