소스 검색

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

불러오는 중...
취소
저장