limited1.ads

来自「用于进行gcc测试」· ADS 代码 · 共 13 行

ADS
13
字号
--  { dg-do compile }package limited1 is   pragma Pure;      type Buffer is limited interface;   type Synchronous_Buffer_Type is synchronized interface and Buffer;   type Client_Buffer_Type is new Synchronous_Buffer_Type with private;private   type Client_Buffer_Type is new Synchronous_Buffer_Type with null record;end limited1;

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?