tests/auto_log_pass_change.py: only care about the last expected message other than...
[samba.git] / tests / trivial.c
1
2 void exit(int);
3
4 int main(void)
5 {
6         exit(0);
7 }