(root)/
gcc-13.2.0/
gcc/
testsuite/
gnat.dg/
task2_pkg.ads
package Task2_Pkg is
   type T is task Interface;
   task type T2 is new T with end;
end Task2_pkg;