lazarus/components/codetools/examples/scanexamples/findref_declaration.pas
mattias c5c9d0014f codetools: added example FindReferences
git-svn-id: trunk@63086 -
2020-04-27 21:08:35 +00:00

15 lines
112 B
ObjectPascal

unit findref_declaration;
interface
type
TMyInt = 1..1000;
var
GlobalCnt: TMyInt;
implementation
end.