In article <108077 at convex.convex.com> gargulak at mozart.convex.com (Tom Gargulak) writes:
>For example, the following two functions will have different codegen.
> test(Xa_alist) {}
> test(va_alist) {}
>No include files required.
Well, that's clearly wrong behavior, since both these are merely functions
having a single int-valued parameter.