fpc/tests/webtbs/tw7975a.pp
Jonas Maebe e4a2fb7f35 * fixed mantis 7975 and 7107 (ie 200311075 when working using somewhat
complex method calls in inlined procedures)

git-svn-id: trunk@5666 -
2006-12-21 21:03:47 +00:00

12 lines
114 B
ObjectPascal

{$inline on}
{$mode objfpc}
uses tw7975;
var
c: tc;
begin
c := tc.create;
writeln(test(c));
c.free;
end.