fpc/tests/tbs/tb0271.pp
2000-11-30 22:38:14 +00:00

11 lines
186 B
ObjectPascal

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