mirror of
https://github.com/samba-team/samba.git
synced 2025-01-05 09:18:06 +03:00
ef2e26c91b
(This used to be commit b0510b5428
)
7 lines
94 B
C
7 lines
94 B
C
/* a trivial function used to test building shared libraries */
|
|
|
|
int foo(void)
|
|
{
|
|
return 1;
|
|
}
|