Sign in
gnu
/
gcc
/
1f16a020acbea0af26209478990b83b1a1ba3a2b
/
.
/
gcc
/
testsuite
/
gnat.dg
/
prot8.ads
blob: 01424ce4d369477b7886317c2ab02087288c1c3e [
file
] [
log
] [
blame
]
package
Prot8
is
protected
type
Prot
is
private
B
:
Boolean
;
N
:
access
Prot
;
Ptr
:
access
Prot
;
end
Prot
;
end
Prot8
;