bolt/deps/llvm-18.1.8/compiler-rt/test/profile/Inputs/instrprof-icall-promo.h
2025-02-14 19:21:04 +01:00

4 lines
70 B
C

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