Sign in
gnu
/
gcc
/
d769c5040874bf9546f2524f3f1d2a894165f92a
/
.
/
gcc
/
testsuite
/
gnat.dg
/
disp1_pkg.ads
blob: 4d80e7655e117dd1720b0b9055da63edef615655 [
file
] [
log
] [
blame
]
package
Disp1_Pkg
is
type I1
is
interface
;
type DT_I1
is
new
I1
with
null
record
;
end
Disp1_Pkg
;