This website works better with JavaScript
Home
Explore
Help
Sign In
pascal
/
fpc
mirror of
https://gitlab.com/freepascal.org/fpc/source.git
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
* moved to fail
peter
24 years ago
parent
b32576f723
commit
f3dd12b218
1 changed files
with
0 additions
and
6 deletions
Unified View
Show Diff Stats
0
6
tests/webtbs/tw1395.pp
+ 0
- 6
tests/webtbs/tw1395.pp
View File
@@ -1,6 +0,0 @@
-var
- a, b : pointer;
-
-begin
- a^:=b^;
-end.