ae368a139807d7aa393e9622052f3ff6a68976d5
[samba.git] / source / tests / trivial.c
1 #include <stdlib.h>
2 main()
3 {
4         exit(0);
5 }