private_with.ads
来自「用于进行gcc测试」· ADS 代码 · 共 17 行
ADS
17 行
-- { dg-do compile }private with Ada.Containers.Ordered_Maps;with Ada.Containers.Ordered_Sets;with Ada.Unchecked_Deallocation;package private_with is type String_Access is access String; package Index_Sets is new Ada.Containers.Ordered_Sets (Element_Type => Positive); procedure Free is new Ada.Unchecked_Deallocation (Object => String, Name => String_Access);end;
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?