blob: 90fbf3200af0c9a20bbc20279863bc839404137f [file] [log] [blame]
-- { dg-do compile }
-- { dg-options "-gnatwa" }
with Warn20_Pkg;
procedure Warn20 is
package P is new Warn20_Pkg (Integer, 0);
pragma Unreferenced (P);
begin
null;
end Warn20;