1 #include "instrprof-icall-promo.h"
2 
3 A a;
4 
5 A* ap = &a;
6 
ref(A * ap)7 int ref(A* ap) { return ap->A::foo(); }
8