1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-12 09:18:10 +03:00
samba-mirror/source3/tests/shlib.c
2001-12-31 22:10:24 +00:00

7 lines
94 B
C

/* a trivial function used to test building shared libraries */
int foo(void)
{
return 1;
}