Another typo.
[gromacs/rigid-bodies.git] / cmake / TestInline.c
blob57a50db626f12f290d43110b586423b084f98cc7
1 typedef int foo_t;
2 static TESTINLINEDEF foo_t static_foo(){return 0;}
3 foo_t foo(){return 0;}
4 int main(int argc, char *argv[]){return 0;}