repo.or.cz
/
pet.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
link in clangASTMatchers when available
[pet.git]
/
tests
/
invalid.c
blob
e758884501b19eda558bf010eca154a43b9f45cb
1
void
f
()
2
{
3
int
A
[
100
];
4
#pragma scop
5
for
(
int
i
=
0
;
i
<
100
; ++
i
)
6
A
[
i
-
1
] =
0
;
7
#pragma endscop
8
}