Add initial support for python bindings
[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;}