summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gnat.dg/inline11_pkg.ads
blob: a06bbaccda8db3d586f2dc43fb593f6caa46950e (plain)
1
2
3
4
5
6
package Inline11_Pkg is

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

end Inline11_Pkg;