ref: 0d7d70e5b1a4b5c7ae618d6d04fb30848b18c08f 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 }