s3-modules: Fix the build of gpfs.c on RHEL 6.0 with gpfs 3.4.0-4
[Samba/gebeck_regimport.git] / tests / shlib.c
blobeddb76ff2a27ba20b472b44028f978ec6992895f
1 /* a trivial function used to test building shared libraries */
3 int foo(void);
5 int foo(void)
7 return 1;