4 with Text_IO
; use Text_IO
;
22 Dump
(A1
'Address, R1
'Max_Size_In_Storage_Elements);
24 -- { dg-output "A1 : 78 56 34 12 12 00 ab 00 34 00 cd 00 56 00 ef 00.*\n" }
27 Dump
(A2
'Address, R1
'Max_Size_In_Storage_Elements);
29 -- { dg-output "A2 : 12 34 56 78 00 ab 00 12 00 cd 00 34 00 ef 00 56.*\n" }
36 Put_Line
("C1 :" & C1
'Img);
37 -- { dg-output "C1 : 11206674.*\n" }
39 Put_Line
("C2 :" & C2
'Img);
40 -- { dg-output "C2 : 13434932.*\n" }
42 Put_Line
("C3 :" & C3
'Img);
43 -- { dg-output "C3 : 15663190.*\n" }
55 Put_Line
("C1 :" & C1
'Img);
56 -- { dg-output "C1 : 11206674.*\n" }
58 Put_Line
("C2 :" & C2
'Img);
59 -- { dg-output "C2 : 13434932.*\n" }
61 Put_Line
("C3 :" & C3
'Img);
62 -- { dg-output "C3 : 15663190.*\n" }
70 Dump
(A1
'Address, R1
'Max_Size_In_Storage_Elements);
72 -- { dg-output "A1 : 78 56 34 12 12 00 ab 00 34 00 cd 00 56 00 ef 00.*\n" }
75 Dump
(A2
'Address, R1
'Max_Size_In_Storage_Elements);
77 -- { dg-output "A2 : 12 34 56 78 00 ab 00 12 00 cd 00 34 00 ef 00 56.*\n" }