aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gnat.dg/nested_generic2.adb
blob: b454254deb408ea88c15d527adcd0b0a2ccc66b2 (plain)
1
2
3
4
5
--  { dg-do compile }

package body Nested_Generic2 is
   procedure Dummy is null;
end Nested_Generic2;