Sfoglia il codice sorgente

test now passes

master
Nathan R 3 anni fa
parent
commit
0127f27442
1 ha cambiato i file con 9 aggiunte e 0 eliminazioni
  1. +9
    -0
      tests-std/test51.out

+ 9
- 0
tests-std/test51.out Vedi File

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

Caricamento…
Annulla
Salva