Sign in
gnu
/
gcc
/
d769c5040874bf9546f2524f3f1d2a894165f92a
/
.
/
gcc
/
testsuite
/
gnat.dg
/
ghost1.adb
blob: 7a2c5518dd77451fbd8961d5c74ca44182ba9ffb [
file
] [
log
] [
blame
]
--
{
dg
-
do
compile
}
package
body
Ghost1
is
procedure
Body_Only
(
Obj
:
Ghost_Typ
)
is
null
with
Ghost
;
procedure
Spec_And_Body
(
Obj
:
Ghost_Typ
)
is
null
;
end
Ghost1
;