Parcourir la source

test file, no longer needed

Eric Andersen il y a 20 ans
Parent
commit
21c7c4c26b
1 fichiers modifiés avec 0 ajouts et 8 suppressions
  1. 0 8
      tiny.c

+ 0 - 8
tiny.c

@@ -1,8 +0,0 @@
-/* comment, test #13 */
-
-#include <unistd.h>
-
-int main(void)
-{
-    _exit(42);
-}