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

source code of compiler-rt/test/profile/Inputs/instrprof-icall-promo_1.cpp