mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
e490c1b8c8
s4.
9 lines
110 B
C
9 lines
110 B
C
/* a trivial function used to test building shared libraries */
|
|
|
|
int foo(void);
|
|
|
|
int foo(void)
|
|
{
|
|
return 1;
|
|
}
|