Sign in
gnu
/
gcc
/
d769c5040874bf9546f2524f3f1d2a894165f92a
/
.
/
gcc
/
testsuite
/
gnat.dg
/
derived_type7.adb
blob: 61e7abaa1d77a5db3d23ee346cf0d631013a1106 [
file
] [
log
] [
blame
]
package
body
Derived_Type7
is
procedure
Proc
(
Size
:
Natural
)
is
type
Sar_Six_Bit_Arr
is
new
Six_Bit_Data_Array_Type
(
1
..
Size
);
begin
null
;
end
;
end
Derived_Type7
;