summaryrefslogtreecommitdiff
path: root/Tests/ConfigSources/iface_debug_src.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/ConfigSources/iface_debug_src.cpp')
-rw-r--r--Tests/ConfigSources/iface_debug_src.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/Tests/ConfigSources/iface_debug_src.cpp b/Tests/ConfigSources/iface_debug_src.cpp
new file mode 100644
index 0000000000..63b22fcd14
--- /dev/null
+++ b/Tests/ConfigSources/iface_debug_src.cpp
@@ -0,0 +1,7 @@
+
+#include "iface_debug.h"
+
+int iface_debug()
+{
+ return 0;
+}