blob: 0440ddb313ad829ca74e42e2a53f1ccfb37f86d6 [file] [log] [blame]
generic
package Interface9_Root.Child is
type Base_Type is abstract new Base_Interface with null record;
type Derived_Type is abstract new Base_Type and Derived_Interface
with null record; -- Test
end Interface9_Root.Child;