diff options
Diffstat (limited to 'test/LLVMC/false2.cpp')
-rw-r--r-- | test/LLVMC/false2.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/LLVMC/false2.cpp b/test/LLVMC/false2.cpp new file mode 100644 index 0000000..a020514 --- /dev/null +++ b/test/LLVMC/false2.cpp @@ -0,0 +1,6 @@ +// RUN: ignore +#include <string> + +std::string test2() { + return "lo"; +} |