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.c-torture
/
compile
/
zero-strct-2.c
blob: 0f97f7d12b269b15a36feac447d962a6ffd74e5c (
plain
)
1
2
struct
{
}
foo
=
{
};
void
*
bar
(
void
)
{
return
&
foo
;
}