ref: 5d669c823851eb8c74acba4b0e8673f8da02ae0a 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 }