Increase timeout factor for hppa*-*-* in gcc.dg/long_branch.c
[official-gcc.git] / gcc / testsuite / gnat.dg / thunk2_pkg.ads
blob75799892ed8df9a1eb0e16c5237e07383fc58637
1 package Thunk2_Pkg is
3 type Root is tagged record
4 A : Integer;
5 end record;
7 type I is interface;
9 function Element (Self : I; Name : String) return I is abstract;
11 end Thunk2_Pkg;