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
* constant string to widechar added
peter
hace 24 años
padre
46b88a2ac9
commit
f7f398a59e
Se han
modificado 1 ficheros
con
2 adiciones
y
0 borrados
Dividir vista
Mostrar estadísticas de diff
2
0
tests/tbs/tb0349.pp
+ 2
- 0
tests/tbs/tb0349.pp
Ver fichero
@@ -8,4 +8,6 @@ begin
p:=@c1;
i:=0;
c2:=p[i];
+ p:='';
+ p:='hello';
end.