type_conv.adb
来自「用于进行gcc测试」· ADB 代码 · 共 15 行
ADB
15 行
-- { dg-do compile }procedure type_conv is type Str is new String; generic package G is private end; package body G is Name : constant String := "it"; Full_Name : Str := Str (Name & " works"); end G; package Inst is new G;begin null;end;
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?