DEBSOURCES
Skip Quicknav
sources / lazarus / 2.2.6%2Bdfsg2-2 / components / codetools / examples / scanexamples / findref_declaration.pas
1234567891011121314
unit findref_declaration; interface type TMyInt = 1..1000; var GlobalCnt: TMyInt; implementation end.