ref: 1305df9b20460769d853304a8bc2ad69bc178d0a 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 }