1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00

s4-waf: test/simple.c is not needed any more

This commit is contained in:
Andrew Tridgell 2010-03-27 12:29:44 +11:00
parent a2a4fee8c6
commit fe3cd6fb28

View File

@ -1,8 +0,0 @@
/* simple program to make sure the compiler is OK */
#include <stdio.h>
int main(void)
{
printf("Hello world\n");
return 0;
}