1
2
3
4
5
6
#include <string>
int main() {
std::string(foo);
}
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
g++ -std=c++11 -O2 -pedantic -pthread main.cpp && ./a.out