This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
pascal
/
fpc
mirror da
https://gitlab.com/freepascal.org/fpc/source.git
Segui
2
Vota
0
Forka
0
File
Problemi
0
Wiki
Sfoglia il codice sorgente
* moved to fail
peter
24 anni fa
parent
b32576f723
commit
f3dd12b218
1 ha cambiato i file
con
0 aggiunte
e
6 eliminazioni
Visualizzazione separata
Mostra Diff Stats
0
6
tests/webtbs/tw1395.pp
+ 0
- 6
tests/webtbs/tw1395.pp
Vedi File
@@ -1,6 +0,0 @@
-var
- a, b : pointer;
-
-begin
- a^:=b^;
-end.