#include <iostream>
namespace
{
int x;
class my_class {};
int fn(int i) { return i * 2; }
};
int main()
{
return x;
return ::x;
}
I2luY2x1ZGUgPGlvc3RyZWFtPgoKbmFtZXNwYWNlCnsKCWludCB4OwoJY2xhc3MgbXlfY2xhc3Mge307CglpbnQgZm4oaW50IGkpIHsgcmV0dXJuIGkgKiAyOyB9Cn07CgppbnQgbWFpbigpCnsKCXJldHVybiB4OwoJcmV0dXJuIDo6eDsKfQo=