2015-07-03 Christophe Lyon <christophe.lyon@linaro.org>
[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;