re PR c++/84691 (internal compiler error: in poplevel_class, at cp/name-lookup.c...
[official-gcc.git] / gcc / testsuite / gnat.dg / inline4_pkg.ads
blob9a56ce5668b0ca9513b52ec1dca825b500e972f4
1 package Inline4_Pkg is
3 procedure Test (I : Integer);
4 pragma Inline_Always (Test);
6 end Inline4_Pkg;