blob: 6a1b528911177dea35ce4e71856dae2104520283 [file] [log] [blame]
#include <stdio.h>
#include <string>
void foo(const std::string& s) {
printf("%s\n", s.c_str());
}