Skip analyzer strndup test on hppa*-*-hpux*
[official-gcc.git] / gcc / testsuite / gnat.dg / inline15_gen.ads
blob42856e8cd0fa651141acd298c9884f19739b4b70
2 -- gen.ads
4 with Inline15_Types;
6 generic
7 package Inline15_Gen is
8 function Func (Val : Inline15_Types.Enum) return Inline15_Types.Rec with Inline;
10 procedure Call_Func with Inline;
11 end Inline15_Gen;