ソースを参照

test file, no longer needed

Eric Andersen 20 年 前
コミット
21c7c4c26b
1 ファイル変更0 行追加8 行削除
  1. 0 8
      tiny.c

+ 0 - 8
tiny.c

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