#include "defines.hpp" int main(int, char**) { std::string s = itos(5); return 0; }