1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-13 13:18:06 +03:00

7 lines
94 B
C
Raw Normal View History

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