Sign in
gnu
/
gcc
/
a6d3012b274f38b20e2a57162106f625746af6c6
/
.
/
gcc
/
testsuite
/
gnat.dg
/
specs
/
lto12_pkg.ads
blob: 02ee491b5db3f39656c3b241d27f4819a81f531b [
file
] [
log
] [
blame
]
--
{
dg
-
excess
-
errors
"cannot generate code"
}
package
Lto12_Pkg
is
type R
(
Kind
:
Boolean
:=
False
)
is
record
case
Kind
is
when
True
=>
I
:
Integer
;
when
others
=>
null
;
end
case
;
end
record
;
function
F
return
R
;
end
Lto12_Pkg
;