Files
linux-packaging-mono/external/llvm-project/compiler-rt/test/profile/Inputs/instrprof-icall-promo_1.cc

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(); }