This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
pascal
/
fpc
espejo de
https://gitlab.com/freepascal.org/fpc/source.git
Seguir
2
Destacar
0
Fork
0
Archivos
Incidencias
0
Wiki
Explorar el Código
+ new test
florian
hace 3 años
padre
8e9a019fb7
commit
889c164f78
Se han
modificado 1 ficheros
con
6 adiciones
y
0 borrados
Dividir vista
Mostrar estadísticas de diff
6
0
tests/tbf/tb0294.pp
+ 6
- 0
tests/tbf/tb0294.pp
Ver fichero
@@ -0,0 +1,6 @@
+{ %fail }
+var
+ l : longint;
+begin
+ l;
+end.