summaryrefslogtreecommitdiff
path: root/test.c
diff options
context:
space:
mode:
Diffstat (limited to 'test.c')
-rw-r--r--test.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/test.c b/test.c
index 83253e0..86453de 100644
--- a/test.c
+++ b/test.c
@@ -1,13 +1,7 @@
// temporary test file
-#include<stdio.h>
#include <stdlib.h>
-int f() {
- return 7;
-}
-
void entry(void) {
- printf("%d\n", f());
- exit(0);
+ exit(42);
}