static_cast1.C   [plain text]


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