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