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
/
20100423-1_1.c
blob: 8b159d2cb6fddc65401927413fbec2cc94a9e26b (
plain
)
1
2
3
4
5
6
7
typedef
struct
{
int
x
;}
bar
;
bar
foo
(
void
)
{
bar
x
;
return
x
;
}