ソースを参照

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

読み込み中…
キャンセル
保存