OSDN Git Service

PR c++/22545
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.dg / expr / static_cast1.C
1 void foo(int x)
2 {
3     static_cast<const unsigned int&>(x);
4 }
5