bolt/deps/llvm-18.1.8/compiler-rt/test/profile/Inputs/instrprof-icall-promo.h

5 lines
70 B
C
Raw Normal View History

2025-02-14 19:21:04 +01:00
struct A {
virtual int foo() { return 1; };
virtual int bar();
};