blob: de42d4c7874c61ddf7f46430d758dc2f6cea4075 [file] [log] [blame]
package Pack1 is
package Nested is
type Rec_Typ is record
null;
end record;
end Nested;
end Pack1;