Sign in
gnu
/
gcc
/
refs/tags/basepoints/gcc-13
/
.
/
gcc
/
testsuite
/
gnat.dg
/
initializes.ads
blob: d7b2f93342fbf31f949a216658117240ab255331 [
file
] [
log
] [
blame
]
package
Initializes
is
protected
PO
is
procedure
Proc
;
private
X
:
Boolean
:=
True
;
end
PO
;
protected
type PT
is
procedure
Proc
;
private
X
:
Boolean
:=
True
;
end
PT
;
end
Initializes
;