mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-19 00:39:34 +02:00
* initial revision
git-svn-id: trunk@1538 -
This commit is contained in:
parent
43a60ccfe2
commit
46c9d03d82
1
.gitattributes
vendored
1
.gitattributes
vendored
@ -6230,6 +6230,7 @@ tests/webtbs/tw3691.pp svneol=native#text/plain
|
||||
tests/webtbs/tw3694.pp svneol=native#text/plain
|
||||
tests/webtbs/tw3695.pp svneol=native#text/plain
|
||||
tests/webtbs/tw3697.pp svneol=native#text/plain
|
||||
tests/webtbs/tw3700.pp -text svneol=unset#text/plain
|
||||
tests/webtbs/tw3708.pp svneol=native#text/plain
|
||||
tests/webtbs/tw3719.pp svneol=native#text/plain
|
||||
tests/webtbs/tw3721.pp svneol=native#text/plain
|
||||
|
11
tests/webtbs/tw3700.pp
Normal file
11
tests/webtbs/tw3700.pp
Normal file
@ -0,0 +1,11 @@
|
||||
{ Source provided for Free Pascal Bug Report 3700 }
|
||||
{ Submitted by "Roman" on 2005-02-26 }
|
||||
{ e-mail: roman@csltd.com.ua }
|
||||
uses
|
||||
variants;
|
||||
var
|
||||
v : olevariant;
|
||||
b : boolean;
|
||||
begin
|
||||
b:=VarIsArray(V);
|
||||
end.
|
Loading…
Reference in New Issue
Block a user