summaryrefslogtreecommitdiffstats
path: root/llvm/test/LLVMC/false2.cpp
diff options
context:
space:
mode:
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