diff options
Diffstat (limited to 'test/LLVMC/test_data/false2.cpp')
-rw-r--r-- | test/LLVMC/test_data/false2.cpp | 5 |
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"; +} |