1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00
samba-mirror/source/tests/shlib.c
0001-01-01 00:00:00 +00:00

7 lines
94 B
C

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