repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
* config/cpu/ia64/bits/cpu_limits.h: New file.
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.misc-tests
/
linkage-y.c
blob
eaffa5e4bb77049bfbd797344294912087337dfb
1
/* 920717-y.c */
2
3
extern
const char
s
[];
4
5
main
()
6
{
7
puts
(
s
);
8
}