Skip analyzer strndup test on hppa*-*-hpux*
[official-gcc.git] / gcc / testsuite / gnat.dg / opt94_pkg.ads
blob16e34338d55258857eab2d79b170b37d93c56468
1 package Opt94_Pkg is
3 function Valid_Result (S : String) return Boolean;
4 pragma Inline (Valid_Result);
6 function Result (S : String) return Integer;
7 pragma Inline (Result);
9 function Get return String;
11 end Opt94_Pkg;