summaryrefslogtreecommitdiff
path: root/Tests/CxxOnly/libcxx1.cxx
diff options
context:
space:
mode:
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 000000000..da18019d3
--- /dev/null
+++ b/Tests/CxxOnly/libcxx1.cxx
@@ -0,0 +1,6 @@
+#include "libcxx1.h"
+
+float LibCxx1Class::Method()
+{
+ return 2.0;
+}