summaryrefslogtreecommitdiff
path: root/test/silly/tiny.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/silly/tiny.c')
-rw-r--r--test/silly/tiny.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/silly/tiny.c b/test/silly/tiny.c
new file mode 100644
index 0000000..e54c0ff
--- /dev/null
+++ b/test/silly/tiny.c
@@ -0,0 +1,6 @@
+#include <unistd.h>
+
+int main(void)
+{
+ _exit(42);
+}