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