]> git.samba.org - abartlet/samba.git/.git/blob - tests/shlib.c
librpc/ndr: make ndr_push_relative_ptr2() static
[abartlet/samba.git/.git] / tests / shlib.c
1 /* a trivial function used to test building shared libraries */
2
3 int foo(void);
4
5 int foo(void)
6 {
7         return 1;
8 }