blob: 861484b9acb130bffc26b1a1e42da2f530fa9a65 [file] [log] [blame]
generic
type T is private;
None : T;
package Warn20_Pkg is
generic
with procedure Dispatch (X : T) is null;
procedure Foo;
end;