Require target lra in gcc.dg/pr108095.c
[official-gcc.git] / gcc / testsuite / gnat.dg / synchronized2_pkg.ads
blob57cae9c0bb769dee28acbdeadf26f8bd7939daee
1 package Synchronized2_Pkg with SPARK_Mode is
2 type T is limited private;
3 private
4 task type T;
5 end;