summaryrefslogtreecommitdiffstats
path: root/test/LLVMC/test_data/false2.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/LLVMC/test_data/false2.cpp')
-rw-r--r--test/LLVMC/test_data/false2.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/LLVMC/test_data/false2.cpp b/test/LLVMC/test_data/false2.cpp
new file mode 100644
index 0000000..bba064c
--- /dev/null
+++ b/test/LLVMC/test_data/false2.cpp
@@ -0,0 +1,5 @@
+#include <string>
+
+std::string test2() {
+ return "lo";
+}