samba/tests/trivial.c

8 lines
47 B
C
Raw Normal View History

2022-05-14 02:50:39 +08:00
void exit(int);
int main(void)
{
exit(0);
}