mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-12 17:49:33 +02:00
9 lines
92 B
ObjectPascal
9 lines
92 B
ObjectPascal
{ %fail }
|
|
|
|
type
|
|
tmethod = procedure (x: byte);
|
|
|
|
begin
|
|
tmethod(get_static_method)(0);
|
|
end.
|