57a50db626f12f290d43110b586423b084f98cc7
[alexxy/gromacs.git] / cmake / TestInline.c
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;}