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: check presence of clang/Basic/LangStandard.h
[pet.git]
/
tests
/
boolean.c
blob
940611d037d3eb7f34cb2ddffdbf12f3c0705d32
1
void
foo
(
int
A
[
4
])
2
{
3
#pragma scop
4
A
[
0
] = (
A
[
1
] &&
A
[
2
]) || !
A
[
3
];
5
#pragma endscop
6
}