Merge branch 'release-4-5-patches' of git@git.gromacs.org:gromacs into release-4...
[gromacs/rigid-bodies.git] / cmake / TestRestrict.c
blob81ebf22b737924f145ecc0d8328706e431a2b69f
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); }