mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-08 01:08:07 +02:00
11 lines
189 B
ObjectPascal
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.
|