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
PR target/84336
[official-gcc.git]
/
gcc
/
testsuite
/
gnat.dg
/
initializes.ads
blob
d7b2f93342fbf31f949a216658117240ab255331
1
package
Initializes
is
2
protected
PO
is
3
procedure
Proc
;
4
private
5
X
:
Boolean
:=
True
;
6
end
PO
;
7
8
protected type
PT
is
9
procedure
Proc
;
10
private
11
X
:
Boolean
:=
True
;
12
end
PT
;
13
end
Initializes
;