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
/
autodetect
/
decl5.c
blob
ec42ef5bd6f22bf5d05e3d02a80c4770ea495fb9
1
int
foo
(
int
N
)
2
{
3
int
A
[
N
];
4
A
[
0
] =
1
;
5
6
return
N
;
7
}