source: branches/samba-3.5.x/tests/shlib.c@ 1075

Last change on this file since 1075 was 414, checked in by Herwig Bauernfeind, 15 years ago

Samba 3.5.0: Initial import

File size: 110 bytes
Line 
1/* a trivial function used to test building shared libraries */
2
3int foo(void);
4
5int foo(void)
6{
7 return 1;
8}
Note: See TracBrowser for help on using the repository browser.