#include "llvm/StringRef.h" #include int main() { llvm::StringRef v1("Hello"); std::cout << v1.lower() << std::endl; }