ref: 9f536f372f8d048d1d5ac1baf5858690731cfb52 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 }