view gcc/testsuite/gnat.dg/inline6_pkg.ads @ 152:2b5abeee2509

update gcc11
author anatofuz
date Mon, 25 May 2020 07:50:57 +0900
parents 04ced10e8804
children
line wrap: on
line source

package Inline6_Pkg is

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

end Inline6_Pkg;