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
/
20100227-1_1.c
blob: a10ba0259c98b56350b47216373d37ffe0247eb9 (
plain
)
1
2
3
4
5
6
7
8
extern
int
puts
(
const
char
*
);
extern
const
char
s
[];
void
f
(
void
)
{
puts
(
s
);
}