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
/
libmudflap
/
testsuite
/
libmudflap.c
/
pass43-frag.c
blob: 4fec3306eb17496648ce50590a52176bb77caeb4 (
plain
)
1
2
3
4
5
6
7
8
9
10
11
void
foo
()
{
}
int
main
(
int
argc
,
char
*
argv
[])
{
foo
();
return
0
;
}