ref: ccfe71811f1ebd2e0a1f5bd42d78dd740638d9ec 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 }