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
/
pr46940_1.c
blob: 924a09b7cb53b512c2c51fb705baba90875248b1 (
plain
)
1
2
3
4
5
6
7
extern
void
_moz_foo
(
void
);
int
main
()
{
_moz_foo
();
return
0
;
}