Sign in
gnu
/
gcc
/
d769c5040874bf9546f2524f3f1d2a894165f92a
/
.
/
gcc
/
testsuite
/
gnat.dg
/
warn6.adb
blob: 0a388f148444bc48cb3b848cd623dc0905287267 [
file
] [
log
] [
blame
]
--
{
dg
-
do
compile
}
--
{
dg
-
options
"-O2"
}
with
Unchecked_Conversion
;
with
System
;
package
body
Warn6
is
function
Conv
is
new
Unchecked_Conversion
(
System
.
Address
,
Q_T
);
procedure
Dummy
is
begin
null
;
end
;
end
Warn6
;