Skip analyzer strndup test on hppa*-*-hpux*
[official-gcc.git] / gcc / testsuite / gnat.dg / inline20_g.adb
blobdbae5962a1e0d3c751b730b9aad872ba4df5926b
1 with Ada.Streams; use Ada.Streams;
3 package body Inline20_G is
5 package body Nested_G is
7 procedure Get (Data : T; Into : out Offset_Type) is
8 begin
9 Into := (T'Descriptor_Size + Data'Size) / Standard'Storage_Unit;
10 end;
12 function F return Integer is
13 begin
14 return 0;
15 end;
16 end Nested_G;
18 end Inline20_G;