Sign in
gnu
/
gcc
/
refs/tags/basepoints/gcc-13
/
.
/
gcc
/
testsuite
/
gnat.dg
/
deferred_const2_pkg.adb
blob: b81d448863bfe14f1d0bf4f6b3db373a9a89d097 [
file
] [
log
] [
blame
]
with
System
;
use
System
;
package
body
Deferred_Const2_Pkg
is
procedure
Dummy
is
begin
null
;
end
;
begin
if
S
'Address /= I'
Address
then
raise
Program_Error
;
end
if
;
end
Deferred_Const2_Pkg
;