repo.or.cz
/
gromacs
/
rigid-bodies.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Added ia32 all-vs-all kernels
[gromacs/rigid-bodies.git]
/
cmake
/
TestRestrict.c
blob
81ebf22b737924f145ecc0d8328706e431a2b69f
1
int
foo
(
int
*
TESTRESTRICTDEF i
,
int
*
TESTRESTRICTDEF j
){
return
*
i
+*
j
;}
2
int
main
(
int
argc
,
char
*
argv
[]){
int
i
=
0
;
int
j
=
0
;
return
foo
(&
i
,&
j
); }