mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-16 19:39:33 +02:00
11 lines
186 B
ObjectPascal
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.
|