Files
wmic/Samba/source/build/tests/shlib.c
T

7 lines
94 B
C
Raw Normal View History

2019-02-16 00:16:52 +01:00
/* a trivial function used to test building shared libraries */
int foo(void)
{
return 1;
}