fpc/tests/test/udots.dot.next.pp

15 lines
97 B
ObjectPascal

unit udots.dot.next;
interface
type
ttest=byte;
var
test: integer;
implementation
end.