Skip analyzer strndup test on hppa*-*-hpux*
[official-gcc.git] / gcc / testsuite / gnat.dg / inline19.ads
blob7a2d35c9ab6c2134678ee49a577f438ded3b5ffc
1 package Inline19 is
3 protected P is
4 function F return String;
5 pragma Inline (F);
6 end P;
8 end Inline19;