aboutsummaryrefslogtreecommitdiff
path: root/test/profile/Inputs/instrprof-icall-promo.h
blob: 531e8ac82da59986bed69cd8a9d6d2a330a17701 (plain) (blame)
1
2
3
4
struct A {
  virtual int foo() { return 1; };
  virtual int bar();
};