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
Update concepts branch to revision 131834
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
930513-3.c
blob
f8d4e60341c08d42928f20919905d4f516c96e69
1
test
()
2
{
3
short
*
p
,
q
[
3
];
4
int
x
;
5
6
p
=
q
;
7
for
(
x
=
0
;
x
<
3
;
x
++)
8
*
p
++ =
0
;
9
}