#include <cstdlib>

using namespace std;

int main(int argc, const char* argv[])
{
    atoi(argv[1]) ? "foo" : 'b';
}