test
authorEric Andersen <andersen@codepoet.org>
Mon, 7 Feb 2005 23:04:54 +0000 (23:04 -0000)
committerEric Andersen <andersen@codepoet.org>
Mon, 7 Feb 2005 23:04:54 +0000 (23:04 -0000)
tiny.c [new file with mode: 0644]

diff --git a/tiny.c b/tiny.c
new file mode 100644 (file)
index 0000000..e54c0ff
--- /dev/null
+++ b/tiny.c
@@ -0,0 +1,6 @@
+#include <unistd.h>
+
+int main(void)
+{
+    _exit(42);
+}