summaryrefslogtreecommitdiff
path: root/Tests/CxxOnly/libcxx1.h
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/CxxOnly/libcxx1.h')
-rw-r--r--Tests/CxxOnly/libcxx1.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/Tests/CxxOnly/libcxx1.h b/Tests/CxxOnly/libcxx1.h
new file mode 100644
index 000000000..9452a64b1
--- /dev/null
+++ b/Tests/CxxOnly/libcxx1.h
@@ -0,0 +1,5 @@
+class LibCxx1Class
+{
+public:
+ static float Method();
+};