Sign in
gnu
/
gcc
/
refs/tags/basepoints/gcc-13
/
.
/
gcc
/
testsuite
/
gnat.dg
/
assign_from_packed.adb
blob: 24399a0117ea809460dfabbb2ea47e1d81750a78 [
file
] [
log
] [
blame
]
--
{
dg
-
do
run
}
with
assign_from_packed_pixels
;
use
assign_from_packed_pixels
;
procedure assign_from_packed
is
A
:
Integer
:=
Minus_One
;
Pos
:
Position
;
begin
Pos
:=
Pix
.
Pos
;
if
A
/=
Minus_One
then
raise
Program_Error
;
end
if
;
end
;