Hi, What is the state of FPC support for calling generic procedures using inference like Delphi? For example: {$mode objfpc} generic procedure Run<T>(a: T); begin end; begin Run(2); end. Mattias