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
Merge reload-branch up to revision 101000
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.c-torture
/
unsorted
/
v.c
blob
87ac00aef64cdc562607d0b2a46f08b63f68a7f8
1
main
(
int
*
p
)
2
{
3
int
a
;
4
5
a
=
0
;
6
p
[
1
] =
a
;
7
a
=
0
;
8
p
[
2
] =
a
;
9
a
=
123456
;
10
p
[
3
] =
a
;
11
}