bolt/deps/llvm-18.1.8/compiler-rt/test/profile/Inputs/instrprof-icall-promo_1.cpp

8 lines
95 B
C++
Raw Normal View History

2025-02-14 19:21:04 +01:00
#include "instrprof-icall-promo.h"
A a;
A* ap = &a;
int ref(A* ap) { return ap->A::foo(); }