Sign in
gnu
/
gcc
/
d769c5040874bf9546f2524f3f1d2a894165f92a
/
.
/
gcc
/
testsuite
/
ada
/
acats
/
support
/
impbit.adb
blob: 5e189b0625702e8996d864b51a52d6053cc7114a [
file
] [
log
] [
blame
]
with
System
;
with
Ada
.
Text_IO
;
procedure
Impbit
is
begin
Ada
.
Text_IO
.
Put_Line
(
System
.
Address
'Size'
Img
);
end
Impbit
;