summaryrefslogtreecommitdiff
path: root/Tests/Complex
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2004-10-22 17:05:25 -0400
committerBill Hoffman <bill.hoffman@kitware.com>2004-10-22 17:05:25 -0400
commit5c26f29ed78016ea8402c97634738e130e553689 (patch)
tree5a1bb23a5700dfb802fee627b214b4927a72ebaa /Tests/Complex
parent040f7768859ae974d10ef24670768fce574bb2e4 (diff)
downloadcmake-5c26f29ed78016ea8402c97634738e130e553689.tar.gz
ENH: add missing file
Diffstat (limited to 'Tests/Complex')
-rw-r--r--Tests/Complex/Executable/A.cxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/Tests/Complex/Executable/A.cxx b/Tests/Complex/Executable/A.cxx
new file mode 100644
index 0000000000..7f98319781
--- /dev/null
+++ b/Tests/Complex/Executable/A.cxx
@@ -0,0 +1,4 @@
+int main()
+{
+ return 10;
+}