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 middle-end/30262
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.c-torture
/
execute
/
20001112-1.c
blob
6ce2f66516f778915c881321070b9e2ca8ddf5b2
1
int
main
()
2
{
3
long long
i
=
1
;
4
5
i
=
i
*
2
+
1
;
6
7
if
(
i
!=
3
)
8
abort
();
9
exit
(
0
);
10
}