This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
pascal
/
freepascal.compiler
espejo de
https://gitlab.com/freepascal.org/fpc/source.git
Seguir
2
Destacar
0
Fork
0
Archivos
Incidencias
0
Wiki
Explorar el Código
* variant problem where a normal operation is handled as variants
peter
hace 23 años
padre
5215700ea0
commit
758d221083
Se han
modificado 1 ficheros
con
10 adiciones
y
0 borrados
Dividir vista
Mostrar estadísticas de diff
10
0
tests/tbf/tb0142.pp
+ 10
- 0
tests/tbf/tb0142.pp
Ver fichero
@@ -0,0 +1,10 @@
+{ %fail }
+
+function f(b:byte):byte;
+begin
+ f:=chr(b)-chr(24);
+end;
+
+begin
+end.
+