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
PR inline-asm/84742
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.c-torture
/
execute
/
20011109-2.c
blob
1abbbf2f6dadeda681f6eb79a9712e1303f04d33
1
int
main
(
void
)
2
{
3
char
*
c1
=
"foo"
;
4
char
*
c2
=
"foo"
;
5
int
i
;
6
for
(
i
=
0
;
i
<
3
;
i
++)
7
if
(
c1
[
i
] !=
c2
[
i
])
8
abort
();
9
exit
(
0
);
10
}