summaryrefslogtreecommitdiffstats
path: root/llvm/test/LLVMC/false2.cpp
diff options
context:
space:
mode:
authorMikhail Glushenkov <foldr@codedgers.com>2008-05-06 18:11:21 +0000
committerMikhail Glushenkov <foldr@codedgers.com>2008-05-06 18:11:21 +0000
commit7f417b08cf87b240b19c9845c20fac688ac00fd7 (patch)
tree452bd5aec8c0f0e6615896ceeae5a29d0c5df4e9 /llvm/test/LLVMC/false2.cpp
parent8bcc1bd3d51cd3df2e75a06eb9851ef3b31b844a (diff)
downloadbcm5719-llvm-7f417b08cf87b240b19c9845c20fac688ac00fd7.tar.gz
bcm5719-llvm-7f417b08cf87b240b19c9845c20fac688ac00fd7.zip
Add two (currently failing) tests.
llvm-svn: 50752
Diffstat (limited to 'llvm/test/LLVMC/false2.cpp')
-rw-r--r--llvm/test/LLVMC/false2.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/llvm/test/LLVMC/false2.cpp b/llvm/test/LLVMC/false2.cpp
new file mode 100644
index 00000000000..a02051415dd
--- /dev/null
+++ b/llvm/test/LLVMC/false2.cpp
@@ -0,0 +1,6 @@
+// RUN: ignore
+#include <string>
+
+std::string test2() {
+ return "lo";
+}
OpenPOWER on IntegriCloud