Skip analyzer strndup test on hppa*-*-hpux*
[official-gcc.git] / gcc / testsuite / gnat.dg / thunk1.adb
blob278e023bbbcb7c0eae6e2cda7a6a06f59fd5df3e
1 -- { dg-do run }
3 with Thunk1_Pkg1; use Thunk1_Pkg1;
5 procedure Thunk1 is
6 D: Derived;
7 begin
8 D.Op ("Message");
9 end;