Skip analyzer strndup test on hppa*-*-hpux*
[official-gcc.git] / gcc / testsuite / gnat.dg / warn29.adb
blobeeb3a89925d1e249b597b9361c1f4322c107031a
1 -- { dg-do compile }
2 -- { dg-options "-gnatwa" }
4 with Ada.Text_IO; use Ada.Text_IO;
6 package body Warn29 is
7 procedure P (X : T; Y : Integer) is
8 begin
9 Put_Line ("hello");
10 end P;
11 end Warn29;