void foo(int x)
{
    static_cast<const unsigned int&>(x);
}

