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
update to removal of SourceManager::createFileID(FileEntry*)
[pet.git]
/
tests
/
autodetect
/
decl4.c
blob
c7bf4c972694fdc9cf19f49a12dd9ce5d99bc178
1
int
foo
(
int
N
)
2
{
3
int
A
[
N
];
4
A
[
0
] =
1
;
5
6
return
A
[
0
];
7
}