]> git.proxmox.com Git - rustc.git/blob - src/compiler-rt/test/profile/Inputs/instrprof-icall-promo.h
New upstream version 1.19.0+dfsg3
[rustc.git] / src / compiler-rt / test / profile / Inputs / instrprof-icall-promo.h
1 struct A {
2 virtual int foo() { return 1; };
3 virtual int bar();
4 };