Give an idea what service didn't have the directory.
[kai/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 }