view gcc/testsuite/gnat.dg/generic_inst3_kafka_lib-topic.ads @ 152:2b5abeee2509

update gcc11
author anatofuz
date Mon, 25 May 2020 07:50:57 +0900
parents 1830386684a0
children
line wrap: on
line source

with Generic_Inst3_Traits.Encodables;
generic
   Topic_Name : String;
   with package Keys is new Generic_Inst3_Traits.Encodables (<>);
   with package Values is new Generic_Inst3_Traits.Encodables (<>);
package Generic_Inst3_Kafka_Lib.Topic is
end Generic_Inst3_Kafka_Lib.Topic;