mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 03:33:20 +01:00
5a403195b3
llvm-svn: 50761
7 lines
75 B
C++
7 lines
75 B
C++
// RUN: ignore
|
|
#include <string>
|
|
|
|
std::string test2() {
|
|
return "lo";
|
|
}
|