interface4.adb

来自「用于进行gcc测试」· ADB 代码 · 共 14 行

ADB
14
字号
--  { dg-do compile }procedure interface4 is     generic       type I1 is interface;       type I2 is limited interface;       type I3 is interface and I1;       type I4 is limited interface and I2;     package Pack_I is     end Pack_I;begin     null;end interface4;

⌨️ 快捷键说明

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