Sign in
gnu
/
gcc
/
d769c5040874bf9546f2524f3f1d2a894165f92a
/
.
/
gcc
/
testsuite
/
gnat.dg
/
protected_func.ads
blob: b9d519418cbcfff1c239f5f10aeefd2b20a1214f [
file
] [
log
] [
blame
]
package
Protected_Func
with
SPARK_Mode
is
protected
Prot_Obj
is
function
Prot_Func
return
Integer
;
private
Comp
:
Integer
:=
0
;
end
Prot_Obj
;
Part_Of_Constit
:
Integer
:=
0
with
Part_Of
=>
Prot_Obj
;
end
Protected_Func
;