{$mode objfpc} program test; generic procedure DoThis(msg: T); begin end; generic procedure DoThis(a: array of T); begin end; begin end.