Explorar el Código

test now passes

master
Nathan R hace 3 años
padre
commit
0127f27442
Se han modificado 1 ficheros con 9 adiciones y 0 borrados
  1. +9
    -0
      tests-std/test51.out

+ 9
- 0
tests-std/test51.out Ver fichero

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

Cargando…
Cancelar
Guardar