Sign in
gnu
/
gcc.git
/
refs/heads/master
/
.
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
v.c
blob: 24d47a418ce6f1ee74ec0dd6a2b1ac3c012f180e [
file
] [
log
] [
blame
]
int
main
(
int
*
p
)
{
int
a
;
a
=
0
;
p
[
1
]
=
a
;
a
=
0
;
p
[
2
]
=
a
;
a
=
123456
;
p
[
3
]
=
a
;
}