aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/testing/benchmark/dummy.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'library/cpp/testing/benchmark/dummy.cpp')
-rw-r--r--library/cpp/testing/benchmark/dummy.cpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/library/cpp/testing/benchmark/dummy.cpp b/library/cpp/testing/benchmark/dummy.cpp
new file mode 100644
index 0000000000..cdb05c19db
--- /dev/null
+++ b/library/cpp/testing/benchmark/dummy.cpp
@@ -0,0 +1,8 @@
+#include "bench.h"
+
+namespace NBench {
+ namespace NPrivate {
+ void UseCharPointer(volatile const char*) {
+ }
+ }
+}