aboutsummaryrefslogtreecommitdiff
path: root/test/profile/Inputs/instrprof-dlopen-func.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/profile/Inputs/instrprof-dlopen-func.c')
-rw-r--r--test/profile/Inputs/instrprof-dlopen-func.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/profile/Inputs/instrprof-dlopen-func.c b/test/profile/Inputs/instrprof-dlopen-func.c
new file mode 100644
index 000000000000..f2de3883535a
--- /dev/null
+++ b/test/profile/Inputs/instrprof-dlopen-func.c
@@ -0,0 +1 @@
+void func(int K) { if (K) {} }