Files
clang-p2996/compiler-rt/test/profile/Inputs/instrprof-icall-promo_1.cpp
Nico Weber 8b8f66d993 compiler-rt: Rename remaining cc files in test/profile to cpp
See r367803 and similar other changes.

llvm-svn: 367858
2019-08-05 13:42:31 +00:00

8 lines
95 B
C++

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