repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Require target lra in gcc.dg/pr108095.c
[official-gcc.git]
/
gcc
/
testsuite
/
gnat.dg
/
synchronized1.ads
blob
f814c91d8c66df34d156131d9c487a78fda328ff
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
;