Fix Coverity ID 519 (NEGATIVE_RETURNS)
[tprouty/samba.git] / tests / trivial.c
1
2 void exit(int);
3
4 main()
5 {
6         exit(0);
7 }