+ new test

git-svn-id: trunk@7792 -
This commit is contained in:
florian 2007-06-24 14:33:28 +00:00
parent 5645a1380c
commit e94e32d005
2 changed files with 20 additions and 0 deletions

1
.gitattributes vendored
View File

@ -6332,6 +6332,7 @@ tests/tbs/tb0534.pp svneol=native#text/plain
tests/tbs/tb0535.pp svneol=native#text/plain
tests/tbs/tb0536.pp svneol=native#text/plain
tests/tbs/tb0537.pp svneol=native#text/plain
tests/tbs/tb0538.pp svneol=native#text/plain
tests/tbs/ub0060.pp svneol=native#text/plain
tests/tbs/ub0069.pp svneol=native#text/plain
tests/tbs/ub0119.pp svneol=native#text/plain

19
tests/tbs/tb0538.pp Normal file
View File

@ -0,0 +1,19 @@
{$mode delphi}
type
to1 = class
procedure p1;
procedure p2;
end;
procedure to1.p1;
begin
end;
procedure to1.p2;
const
p1 : pointer = nil;
begin
end;
begin
end.