aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gnat.dg/task2_pkg.ads
blob: b4ef37c1c84a330159a603387f6fbd38005a529f (plain)
1
2
3
4
package Task2_Pkg is
   type T is task Interface;
   task type T2 is new T with end;
end Task2_pkg;