aboutsummaryrefslogtreecommitdiff
path: root/test/profile/Inputs/instrprof-icall-promo.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/profile/Inputs/instrprof-icall-promo.h')
-rw-r--r--test/profile/Inputs/instrprof-icall-promo.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/profile/Inputs/instrprof-icall-promo.h b/test/profile/Inputs/instrprof-icall-promo.h
new file mode 100644
index 000000000000..531e8ac82da5
--- /dev/null
+++ b/test/profile/Inputs/instrprof-icall-promo.h
@@ -0,0 +1,4 @@
+struct A {
+ virtual int foo() { return 1; };
+ virtual int bar();
+};