client-side smbpasswd fixes - use pstrcpy_base to avoid clobber_region bugs
[Samba.git] / source / tests / shlib.c
blob761d9fd5c5740eb5c4d1a1c57918ad0a3940cca7
1 /* a trivial function used to test building shared libraries */
3 int foo(void)
5 return 1;