view gcc/testsuite/gnat.dg/taft_type1_pkg2.ads @ 152:2b5abeee2509

update gcc11
author anatofuz
date Mon, 25 May 2020 07:50:57 +0900
parents 04ced10e8804
children
line wrap: on
line source

package Taft_Type1_Pkg2 is
   type Priv (X : Integer) is private;
private
   type Priv (X : Integer) is null record;
end Taft_Type1_Pkg2;