summaryrefslogtreecommitdiff
path: root/tests/webtbs/tw30205.pp
blob: c19202f6d7b026ca0bd764ba7d3135cc76445dbb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{ %TARGET=win32 }
program tw30205;
{$calling cdecl}
procedure ietest( var f: ansistring );
var
  x: ansistring;
begin
  x :='1234';
  f := x;
end;
begin
end.