tw1928.pp 92 B

12345678
  1. { %fail }
  2. type
  3. tmethod = procedure (x: byte);
  4. begin
  5. tmethod(get_static_method)(0);
  6. end.