Minor comment updates ...
[Samba/gebeck_regimport.git] / source3 / tests / shlib.c
blob761d9fd5c5740eb5c4d1a1c57918ad0a3940cca7
1 /* a trivial function used to test building shared libraries */
3 int foo(void)
5 return 1;