ref: 65ec134c5fc370d6df3382edb4cc633bd7802e3e 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 }