Increase timeout factor for hppa*-*-* in gcc.dg/long_branch.c
[official-gcc.git] / gcc / testsuite / gnat.dg / synchronized1.ads
blobf814c91d8c66df34d156131d9c487a78fda328ff
1 package Synchronized1
2 with SPARK_Mode,
3 Abstract_State => (State with Synchronous),
4 Initializes => State
5 is
6 procedure Force_Body;
7 end Synchronized1;