// FirstFile.cpp #include using namespace std; extern int x; int main(int argc, char** argv) { cout << x << endl; }