Sign in
gnu
/
gcc
/
d769c5040874bf9546f2524f3f1d2a894165f92a
/
.
/
gcc
/
testsuite
/
gnat.dg
/
lto7_pkg.adb
blob: dd973dad34a2e57b187a7b7f333461d2f8058704 [
file
] [
log
] [
blame
]
package
body
Lto7_Pkg
is
procedure op1
(
this
:
Root
)
is
begin
null
;
end
;
procedure op2
(
this
:
DT
)
is
begin
null
;
end
;
end
Lto7_Pkg
;