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_cast2.C
blob: 7b5d46dedf87c518a256bda043c32211db921332 (
plain
)
1
2
3
4
5
6
7
struct
B
{};
int
main
()
{
B
a
;
(
1
?
static_cast
<
B
&>
(
a
)
:
*
static_cast
<
B
*>
(
&
a
));
}