repo.or.cz
/
ppcg.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
optionally dump effectively used tile, grid and block sizes
[ppcg.git]
/
tests
/
scalar.c
blob
ffd779798c042c3ff6f1874af1cb245414442892
1
#include <stdlib.h>
2
3
int
main
()
4
{
5
int
a
;
6
#pragma scop
7
a
=
1
;
8
#pragma endscop
9
if
(
a
!=
1
)
10
return
EXIT_FAILURE
;
11
12
return
EXIT_SUCCESS
;
13
}