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
No empty .Rs/.Re
[netbsd-mini2440.git]
/
gnu
/
dist
/
gcc4
/
gcc
/
testsuite
/
gcc.c-torture
/
execute
/
20030216-1.c
blob
2153bfdd71fea508aeedf55a285924c4d304cf8b
1
void
link_error
(
void
);
2
const double
one
=
1.0
;
3
main
()
4
{
5
#ifdef __OPTIMIZE__
6
if
((
int
)
one
!=
1
)
7
link_error
();
8
#endif
9
return
0
;
10
}