fpc/tests/webtbf/tw1928.pp
2002-04-16 16:06:59 +00:00

9 lines
92 B
ObjectPascal

{ %fail }
type
tmethod = procedure (x: byte);
begin
tmethod(get_static_method)(0);
end.