1
0
mirror of https://github.com/samba-team/samba.git synced 2025-10-18 19:33:16 +03:00
Files
samba-mirror/source/build/tests/shlib.c

7 lines
94 B
C

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