summaryrefslogtreecommitdiff
path: root/cil/test/small1/hello.c
diff options
context:
space:
mode:
Diffstat (limited to 'cil/test/small1/hello.c')
-rw-r--r--cil/test/small1/hello.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/cil/test/small1/hello.c b/cil/test/small1/hello.c
deleted file mode 100644
index cbe8ad0..0000000
--- a/cil/test/small1/hello.c
+++ /dev/null
@@ -1,8 +0,0 @@
-#include <stdio.h>
-
-
-
-int main() {
- printf("Hello world\n");
- return 0;
-}