This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This used to...
[samba.git] / source3 / tests / shlib.c
1 /* a trivial function used to test building shared libraries */
2
3 int foo(void)
4 {
5         return 1;
6 }