xref: /aosp_15_r20/external/compiler-rt/test/profile/Inputs/instrprof-icall-promo_1.cc (revision 7c3d14c8b49c529e04be81a3ce6f5cc23712e4c6)
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