(root)/
gcc-13.2.0/
gcc/
testsuite/
gnat.dg/
synchronized2_pkg.ads
package Synchronized2_Pkg with SPARK_Mode is
   type T is limited private;
private
   task type T;
end;