浏览代码

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);
-}