1
0
mirror of https://github.com/samba-team/samba.git synced 2025-12-20 16:23:51 +03:00
Files
samba-mirror/source/tests/shlib.c

7 lines
94 B
C

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