Require target lra in gcc.dg/pr108095.c
[official-gcc.git] / gcc / testsuite / gnat.dg / synchronized2.adb
blob1c111ef941c007192a5f4661e0f2e01b3ae0e21a
1 with Synchronized2_Pkg;
2 package body Synchronized2 with SPARK_Mode, Refined_State => (State => C) is
3 C : Synchronized2_Pkg.T;
4 procedure Dummy is null;
5 end;