3 with Ada
.Text_IO
; use Ada
.Text_IO
;
5 procedure Concat4
(X
: Integer) is
6 Ximg
: constant String := Integer'Image (X
);
9 Put_Line
(Ximg
& " is Positive");
11 Put_Line
(Ximg
& " is Negative");
13 Put_Line
(Ximg
& " is Null");
17 -- { dg-final { scan-assembler-not "_Unwind_Resume" } }