DEBSOURCES
Skip Quicknav
sources / lazarus / 2.0.0%2Bdfsg-2 / components / codetools / tests / laztests / unitdots.dot.pas
12345678910111213141516
unit unitdots.dot; {$mode objfpc}{$H+} interface type TColor = longint; var test: integer; foo: integer; implementation end.