summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/CMP0118/source.cpp.in
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/RunCMake/CMP0118/source.cpp.in')
-rw-r--r--Tests/RunCMake/CMP0118/source.cpp.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/Tests/RunCMake/CMP0118/source.cpp.in b/Tests/RunCMake/CMP0118/source.cpp.in
new file mode 100644
index 0000000..678cd7a
--- /dev/null
+++ b/Tests/RunCMake/CMP0118/source.cpp.in
@@ -0,0 +1,5 @@
+int func();
+int main()
+{
+ return func();
+}