ref: 9f97dc65e30625ccc6a87dfd1c2ae5914b50886e 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 }