summaryrefslogtreecommitdiff
path: root/fpcsrc/tests/tbs/tb0274.pp
blob: 86835b8fa4049a2cd388c1b759f4c581c858e501 (plain)
1
2
3
4
5
6
7
8
9
{ Old file: tbs0321.pp }
{  }

{$mode delphi}
type
  tfunc = function : longint stdcall;

begin
end.