浏览代码

test now passes

master
Nathan R 3 年前
父节点
当前提交
0127f27442
共有 1 个文件被更改,包括 9 次插入0 次删除
  1. +9
    -0
      tests-std/test51.out

+ 9
- 0
tests-std/test51.out 查看文件

@ -0,0 +1,9 @@
main() {
if (nerror) cleanup();
else if (argc < 1) faterror("no input file%s", cmdusage);
else for (; 0 < argc; cleanup(), ++argv, --argc) {
targetdelta = 0;
ffree();
}
}

正在加载...
取消
保存