<div dir="ltr"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div>It makes sense to me that int->MyType->int occurs.  Could someone explain what I am missing, why I get these results, and how to get what I would expect (X->MyType->X)?</div></div>
</blockquote></div><div><br></div><div>I am seeing in the AST an ImplicitCastExpr to int.  Why is this present?  I thought that the arguments are passed to a variadic function as their actual types.</div><div class="gmail_extra"><br></div></div>