ref: 14b5372a6e42135957bf8f229a6f890b2edfdf4b 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 }