DEBSOURCES
Skip Quicknav
sources / poco / 1.14.2-3 / cmake / test_compiler.cpp
123456789
#include <iostream> #include <string> int main() { std::string str = "Try to compile"; std::cout << str << '\n'; return 0; }