8 lines
95 B
C++
Raw Normal View History

#include "instrprof-icall-promo.h"
A a;
A* ap = &a;
int ref(A* ap) { return ap->A::foo(); }