summaryrefslogtreecommitdiff
path: root/tests/webtbf/tw1928.pp
blob: 61ca20037ea9a4435cb4cc121f189dc242b32092 (plain)
1
2
3
4
5
6
7
8
{ %fail }

type
 tmethod = procedure (x: byte);

begin
 tmethod(get_static_method)(0);
end.