diff options
author | Ed Schouten <ed@FreeBSD.org> | 2009-06-02 17:52:33 +0000 |
---|---|---|
committer | Ed Schouten <ed@FreeBSD.org> | 2009-06-02 17:52:33 +0000 |
commit | 009b1c42aa6266385f2c37e227516b24077e6dd7 (patch) | |
tree | 64ba909838c23261cace781ece27d106134ea451 /test/LLVMC/test_data/false2.cpp |
Diffstat (limited to 'test/LLVMC/test_data/false2.cpp')
-rw-r--r-- | test/LLVMC/test_data/false2.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/LLVMC/test_data/false2.cpp b/test/LLVMC/test_data/false2.cpp new file mode 100644 index 0000000000000..a02051415ddd0 --- /dev/null +++ b/test/LLVMC/test_data/false2.cpp @@ -0,0 +1,6 @@ +// RUN: ignore +#include <string> + +std::string test2() { + return "lo"; +} |