#include using namespace std ; int main() { // Introduces a nane conflict int cout ; std::cout << "Testing." ; }