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
/
gcc.dg
/
lto
/
20091017-1_1.c
blob: 23e5992bde6865bfd86d18043f320194d5643777 (
plain
)
1
2
3
4
5
6
struct
X
;
void
foo
(
void
*
q
)
{
struct
X
**
p
=
(
struct
X
**
)
q
;
*
p
=
(
struct
X
*
)
0
;
}