index
:
cbb-gcc-4.6.4
main
compiler building blocks: cbb-gcc-4.6.4: including full support for the midipix targets
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gcc
/
testsuite
/
g++.dg
/
expr
/
static_cast1.C
blob: f1d88bff3635d01288c7865a4d18dac7ffb93b1d (
plain
)
1
2
3
4
5
void
foo
(
int
x
)
{
static_cast
<
const
unsigned
int
&>
(
x
);
}