test_tables.adb

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

ADB
12
字号
--  { dg-do compile }--  { dg-options "-gnatws" }with G_tables;procedure test_tables is   package Inst is new G_Tables (Integer);   use Inst;   It : Inst.Table := Create (15);begin   null;end;

⌨️ 快捷键说明

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