brintos

brintos / llvm-project-archived public Read only

0
0
Text · 95 B · e0a5e06 Raw
8 lines · cpp
1#include "instrprof-icall-promo.h"2 3A a;4 5A* ap = &a;6 7int ref(A* ap) { return ap->A::foo(); }8