]> git.proxmox.com Git - rustc.git/blob - src/compiler-rt/test/profile/Inputs/instrprof-icall-promo_1.cc
New upstream version 1.12.0+dfsg1
[rustc.git] / src / compiler-rt / test / profile / Inputs / instrprof-icall-promo_1.cc
1 #include "instrprof-icall-promo.h"
2
3 A a;
4
5 A* ap = &a;
6
7 int ref(A* ap) { return ap->A::foo(); }