#include <iostream>
using namespace std;

int main()
{
    std::cout << "Foo: " << FOO << "\n";
}