fpc/tests/webtbs/tw25598.pp
Jonas Maebe c05da62b0e * detect static data use by record methods and methods of nested classes/
records, so we avoid inlining them (mantis #25598)

git-svn-id: trunk@26617 -
2014-01-29 21:26:38 +00:00

7 lines
81 B
ObjectPascal

uses uw25598;
begin
TR.Foo; // Error: Undefined symbol: TC_$R03U01_$$_C
end.