Skip analyzer strndup test on hppa*-*-hpux*
[official-gcc.git] / gcc / testsuite / gnat.dg / inline18.adb
blob29b3d4509e36af9bab6add9b670ca60fe5fb3688
1 -- { dg-do compile }
2 -- { dg-options "-O -gnatn" }
4 package body Inline18 is
5 procedure Dummy is null;
6 end Inline18;