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