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