aboutsummaryrefslogtreecommitdiff
path: root/test/profile/Inputs/instrprof-dynamic-b.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/profile/Inputs/instrprof-dynamic-b.cpp')
-rw-r--r--test/profile/Inputs/instrprof-dynamic-b.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/profile/Inputs/instrprof-dynamic-b.cpp b/test/profile/Inputs/instrprof-dynamic-b.cpp
new file mode 100644
index 000000000000..c8fb75ef52ed
--- /dev/null
+++ b/test/profile/Inputs/instrprof-dynamic-b.cpp
@@ -0,0 +1,7 @@
+#include "instrprof-dynamic-header.h"
+void b() {
+ if (true) {
+ bar<void>();
+ bar<int>();
+ }
+}