blob: f1d88bff3635d01288c7865a4d18dac7ffb93b1d [file] [log] [blame]
void foo(int x)
{
static_cast<const unsigned int&>(x);
}