blob: 486e9632bc576bb87bd0cf21944dbd616c5655c3 [file] [log] [blame]
-- { dg-do compile }
procedure const1 is
Def_Const : constant Integer;
pragma Import (Ada, Def_Const);
begin
null;
end const1;