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