Sign in
gnu
/
gcc
/
d769c5040874bf9546f2524f3f1d2a894165f92a
/
.
/
gcc
/
testsuite
/
gnat.dg
/
ifaces.adb
blob: 22513799770b1606817aa23e1b9b0fb57a148b90 [
file
] [
log
] [
blame
]
with
Text_IO
;
use
Text_IO
;
package
body
Ifaces
is
procedure op1
(
this
:
Root
)
is
begin
null
;
end
;
procedure op2
(
this
:
DT
)
is
begin
null
;
end
;
end
;