1 2 #include <iostream> 3 using namespace std; 4 main()5 int main() 6 { 7 std::cout << "Foo: " << FOO << "\n"; 8 }