summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gnat.dg/generic_inst4.adb
blob: c1b2496f0f4d13e35c2d1f5dfe2ff80753a5ff42 (plain)
1
2
3
4
5
6
7
--  { dg-do compile }

with Generic_Inst4_Inst;
procedure Generic_Inst4 is
begin
   null;
end;