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