summaryrefslogtreecommitdiffstats
path: root/tests/test.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test.c')
-rw-r--r--tests/test.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/test.c b/tests/test.c
deleted file mode 100644
index ad562a2..0000000
--- a/tests/test.c
+++ /dev/null
@@ -1,7 +0,0 @@
-#include <stdio.h>
-
-int main(void)
-{
- printf("hallo\n");
- return 0;
-}