fpc/tests/tbs/tb0271.pp
mazen b127fc154a * Fixed spell error revealed by lintian.
git-svn-id: trunk@16094 -
2010-10-06 20:33:57 +00:00

11 lines
189 B
ObjectPascal

{ %OPT= -Sen -vn }
{ Old file: tbs0317.pp }
{ This shouldn't give a warning, because it can be used in another program }
var
exportedc : longint;cvar;public;
begin
exportedc:=0;
end.