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
/
941110-1.c
blob
b78256d3c3f4018f0d4e5ff84650815767cd3d86
1
f
(
const int
x
)
2
{
3
int
y
=
0
;
4
y
=
x
?
y
: -
y
;
5
{
6
const int
*
p
= &
x
;
7
}
8
return
y
;
9
}
10
11
main
()
12
{
13
if
(
f
(
0
))
14
abort
();
15
exit
(
0
);
16
}