Sign in
gnu
/
gcc
/
d769c5040874bf9546f2524f3f1d2a894165f92a
/
.
/
gcc
/
testsuite
/
gnat.dg
/
image1.adb
blob: ae8d6805afbccbfb45e5aaf0e0469a85258bf54e [
file
] [
log
] [
blame
]
--
{
dg
-
do
run
}
with
Ada
.
Text_IO
;
use
Ada
.
Text_IO
;
with
Ada
.
Characters
.
Latin_1
;
procedure
Image1
is
Str
:
String
:=
Ada
.
Characters
.
Latin_1
.
LF
'Img;
begin
if Str /= "LF" then
raise Program_Error;
end if;
end Image1;