ubuntu-buildroot/output/build/host-gcc-initial-11.4.0/gcc/testsuite/gnat.dg/inline21_h.ads

11 lines
149 B
Ada

generic
package Inline21_H is
generic
package Nested_G is
procedure Proc;
pragma Inline (Proc);
end Nested_G;
end Inline21_H;