summaryrefslogtreecommitdiff
path: root/tests/webtbf/tw4244.pp
blob: a90f082583c62973566c463e9a5798a641112789 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{ %fail }

function f: pointer;
begin
  f := pointer(1);
end;

var
  p : pointer;
begin
  p := @longint(f);
end.