inline_scope.adb

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

ADB
16
字号
-- { dg-do compile }-- { dg-options "-gnatN" }with inline_scope_p;procedure inline_scope (X : Integer) is   type A is array (Integer range 1 .. 2) of Boolean;   S : A;     pragma Warnings (Off, S);   procedure Report_List  is   begin         inline_scope_p.Assert (S (1), Natural'Image (Natural (1)));   end Report_List;begin      null;   end;    

⌨️ 快捷键说明

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