This website works better with JavaScript
Trang chủ
Khám phá
Trợ giúp
Đăng nhập
pascal
/
freepascal.compiler
mirror of
https://gitlab.com/freepascal.org/fpc/source.git
Xem
2
Star
0
Fork
0
Các tập tin
Các vấn đề
0
Wiki
Browse Source
* constant string to widechar added
peter
24 năm trước cách đây
mục cha
46b88a2ac9
commit
f7f398a59e
1 tập tin đã thay đổi
với
2 bổ sung
và
0 xóa
Split View
Hiển thị tình trạng sai khác
2
0
tests/tbs/tb0349.pp
+ 2
- 0
tests/tbs/tb0349.pp
Xem Tập Tin
@@ -8,4 +8,6 @@ begin
p:=@c1;
i:=0;
c2:=p[i];
+ p:='';
+ p:='hello';
end.