r23510: Tidy calls to smb_panic by removing trailing newlines. Print the
[nivanova/samba-autobuild/.git] / source3 / tests / trivial.c
1 #include <stdlib.h>
2 main()
3 {
4         exit(0);
5 }