summaryrefslogtreecommitdiff
path: root/Tests/InterfaceLibrary/dummy.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/InterfaceLibrary/dummy.cpp')
-rw-r--r--Tests/InterfaceLibrary/dummy.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/Tests/InterfaceLibrary/dummy.cpp b/Tests/InterfaceLibrary/dummy.cpp
new file mode 100644
index 0000000000..341aaafa0a
--- /dev/null
+++ b/Tests/InterfaceLibrary/dummy.cpp
@@ -0,0 +1,5 @@
+
+int main(int, char **)
+{
+ return 0;
+}