#include int main() { int x = 0; // Will this line increment x ??/ x++; std::cout << x << std::endl; } // needs -trigraphs option for recent versions of GCC.