Add initial support for python bindings
[alexxy/gromacs.git] / cmake / TestInline.c
index db0d056c69ad8e22ff71fc41435405726b567eb4..57a50db626f12f290d43110b586423b084f98cc7 100644 (file)
@@ -1,5 +1,4 @@
-/* Test source lifted from /usr/share/autoconf/autoconf/c.m4 */
 typedef int foo_t;
-static inline foo_t static_foo(){return 0;}
+static TESTINLINEDEF foo_t static_foo(){return 0;}
 foo_t foo(){return 0;}
 int main(int argc, char *argv[]){return 0;}