summaryrefslogtreecommitdiff
path: root/fpcsrc/tests/tbs/tb0271.pp
blob: 840c7f0cc504e1a72304afe507577f33e13319aa (plain)
1
2
3
4
5
6
7
8
9
10
{ %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.