aboutsummaryrefslogtreecommitdiffstats
path: root/c/false.c
diff options
context:
space:
mode:
Diffstat (limited to 'c/false.c')
-rw-r--r--c/false.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/c/false.c b/c/false.c
new file mode 100644
index 0000000..a124951
--- /dev/null
+++ b/c/false.c
@@ -0,0 +1,2 @@
+#include "gbos.h"
+void main(void) { sexit(1); }