ref: 2f2e574cc824695de2d5e2b233063afd6e7814bb 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 }