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
/
write.c
blob
f5799183561dfa22d2d07326e4254e011c6b2812
1
void
foo
(
int
n
,
float
A
[
static const
restrict n
][
n
]);
2
3
void
bar
(
int
n
,
float
A
[
static const
restrict n
][
n
])
4
{
5
#pragma scop
6
foo
(
n
,
A
);
7
#pragma endscop
8
}