blob: 64d337fae22c7966046aa0f12b915d2fdefc6f9a [file] [log] [blame]
namespace std {
class basic_string {};
typedef basic_string string;
} // namespace std
std::string foo(); // // CHECK: std::new_string foo();
// RUN: clang-rename -offset=93 -new-name=new_string %s -- | sed 's,//.*,,' | FileCheck %s