summaryrefslogtreecommitdiff
path: root/Tests/CxxOnly/libcxx2.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/CxxOnly/libcxx2.cxx')
-rw-r--r--Tests/CxxOnly/libcxx2.cxx6
1 files changed, 6 insertions, 0 deletions
diff --git a/Tests/CxxOnly/libcxx2.cxx b/Tests/CxxOnly/libcxx2.cxx
new file mode 100644
index 000000000..453039c58
--- /dev/null
+++ b/Tests/CxxOnly/libcxx2.cxx
@@ -0,0 +1,6 @@
+#include "libcxx2.h"
+
+float LibCxx2Class::Method()
+{
+ return 1.0;
+}