Sign in
gnu
/
gcc
/
d769c5040874bf9546f2524f3f1d2a894165f92a
/
.
/
gcc
/
testsuite
/
gnat.dg
/
elab6.adb
blob: 83b8fbcaeff3cea091e7dc89c15a246fc1092c09 [
file
] [
log
] [
blame
]
--
{
dg
-
do
compile
}
--
{
dg
-
options
"-gnatE"
}
package
body
Elab6
is
procedure
Force_Body
is
null
;
package
Inst
is
new
Elab6_Pkg
;
end
Elab6
;