aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gnat.dg/thunk1_pkg1.ads
blob: edb3eac04b3bfc2f0c4f8dcb4ff439cedf161e0b (plain)
1
2
3
4
5
6
7
with Thunk1_Pkg2; use Thunk1_Pkg2;

package Thunk1_Pkg1 is

  type Derived is new Ext with null record;

end Thunk1_Pkg1;