llvm-project/compiler-rt/test/profile/Inputs/instrprof-icall-promo.h

5 lines
70 B
C

struct A {
virtual int foo() { return 1; };
virtual int bar();
};