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
m4/ax_detect_clang.m4:fix description of SETLANGDEFAULTS_TAKES_5_ARGUMENTS
[pet.git]
/
tests
/
array.c
blob
f3082e50b7dfdae3761483ea81c95561795eb1d5
1
void
f
(
const int
A
[
10
],
int
B
[
10
]);
2
3
void
foo
(
const int
A
[
10
],
int
B
[
10
])
4
{
5
#pragma scop
6
f
(
A
,
B
);
7
#pragma endscop
8
}