summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gnat.dg/inline8_pkg1.ads
blob: d12cf565220f425d4af1ba33b05a48a64750a6e9 (plain)
1
2
3
4
5
6
package Inline8_Pkg1 is

  procedure Test (I : Integer);
  pragma Inline (Test);

end Inline8_Pkg1;