cpp1.ads

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

ADS
11
字号
--  { dg-do compile }package cpp1 is    type Root_Interface is interface;     type Typ is new Root_Interface with record       TOTO : Integer;       pragma CPP_Vtable (TOTO);    end record;end cpp1;

⌨️ 快捷键说明

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