No empty .Rs/.Re
[netbsd-mini2440.git] / gnu / dist / gcc4 / gcc / testsuite / g++.dg / expr / static_cast1.C
blobf1d88bff3635d01288c7865a4d18dac7ffb93b1d
1 void foo(int x)
3     static_cast<const unsigned int&>(x);