Explorar el Código

* constant string to widechar added

peter hace 24 años
padre
commit
f7f398a59e
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      tests/tbs/tb0349.pp

+ 2 - 0
tests/tbs/tb0349.pp

@@ -8,4 +8,6 @@ begin
    p:=@c1;
    i:=0;
    c2:=p[i];
+   p:='';
+   p:='hello';
 end.