aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gnat.dg/synchronized2.adb
blob: 1c111ef941c007192a5f4661e0f2e01b3ae0e21a (plain)
1
2
3
4
5
with Synchronized2_Pkg;
package body Synchronized2 with SPARK_Mode, Refined_State => (State => C) is
   C : Synchronized2_Pkg.T;
   procedure Dummy is null;
end;