Projet_SETI_RISC-V/riscv-gnu-toolchain/gcc/gcc/testsuite/gnat.dg/synchronized2_pkg.ads

6 lines
104 B
Ada

package Synchronized2_Pkg with SPARK_Mode is
type T is limited private;
private
task type T;
end;