summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2005-02-07 23:04:54 +0000
committerEric Andersen <andersen@codepoet.org>2005-02-07 23:04:54 +0000
commitc85dc7f5f11442ec2ec085e14d21a613cd621c4d (patch)
tree90cc1e562c0a32d10c1d6c38396141a300c0bf9e
parent957a598c9e6e78b9c2109af4c95a7b32c0ee7dbb (diff)
test
-rw-r--r--tiny.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/tiny.c b/tiny.c
new file mode 100644
index 000000000..e54c0ff9e
--- /dev/null
+++ b/tiny.c
@@ -0,0 +1,6 @@
+#include <unistd.h>
+
+int main(void)
+{
+ _exit(42);
+}