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
2002-05-10 David S. Miller <davem@redhat.com>
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.c-torture
/
execute
/
940122-1.c
blob
9dbf6ae185b470dc88d47c26a84830846d02f8f3
1
char
*
a
=
0
;
2
char
*
b
=
0
;
3
4
g
(
x
)
5
int
x
;
6
{
7
if
((!!
a
) != (!!
b
))
8
abort
();
9
}
10
11
f
(
x
)
12
int
x
;
13
{
14
g
(
x
*
x
);
15
}
16
17
main
()
18
{
19
f
(
100
);
20
exit
(
0
);
21
}