summaryrefslogtreecommitdiffstats
path: root/Tests/CxxOnly/libcxx1.cxx
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2006-07-21 15:43:26 (GMT)
committerBrad King <brad.king@kitware.com>2006-07-21 15:43:26 (GMT)
commit673e3f8964f124d65731a93fb5fdc8d6fa760ec4 (patch)
treebba3378e0028a2a564b516a46dd9d13b19aaf8c5 /Tests/CxxOnly/libcxx1.cxx
parent0189ce3424e15aaa82e61c7f05875062b8d25ca1 (diff)
downloadCMake-673e3f8964f124d65731a93fb5fdc8d6fa760ec4.zip
CMake-673e3f8964f124d65731a93fb5fdc8d6fa760ec4.tar.gz
CMake-673e3f8964f124d65731a93fb5fdc8d6fa760ec4.tar.bz2
ENH: Adding C++-only test.
Diffstat (limited to 'Tests/CxxOnly/libcxx1.cxx')
-rw-r--r--Tests/CxxOnly/libcxx1.cxx6
1 files changed, 6 insertions, 0 deletions
diff --git a/Tests/CxxOnly/libcxx1.cxx b/Tests/CxxOnly/libcxx1.cxx
new file mode 100644
index 0000000..da18019
--- /dev/null
+++ b/Tests/CxxOnly/libcxx1.cxx
@@ -0,0 +1,6 @@
+#include "libcxx1.h"
+
+float LibCxx1Class::Method()
+{
+ return 2.0;
+}