repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Sync usage with man page.
[netbsd-mini2440.git]
/
gnu
/
dist
/
gcc4
/
gcc
/
testsuite
/
gcc.dg
/
compat
/
sdata-1_main.c
blob
68e9f8f09ad3a9c82d0d0fae86f574b516a9d2cf
1
/* Check that sdata qualification doesn't produce out-of-range relocations
2
and that compilers agree on the way these declarations are handled. */
3
4
extern
void
sdata_1_x
(
void
);
5
extern
void
exit
(
int
);
6
7
int
8
main
()
9
{
10
sdata_1_x
();
11
exit
(
0
);
12
}