fortran: Move definition of variable closer to its uses
[official-gcc.git] / gcc / testsuite / gnat.dg / inline8_pkg1.ads
blobd12cf565220f425d4af1ba33b05a48a64750a6e9
1 package Inline8_Pkg1 is
3 procedure Test (I : Integer);
4 pragma Inline (Test);
6 end Inline8_Pkg1;