repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix broken MinGW build of gcc.c
[official-gcc.git]
/
gcc
/
testsuite
/
gnat.dg
/
constant1.adb
blob
6cd1bcfd24ec4b5ab02d37bf3075aa6919f7fe80
1
-- { dg-do compile }
2
3
procedure
Constant1
is
4
Def_Const
:
constant
Integer
;
5
pragma
Import
(
Ada
,
Def_Const
);
6
begin
7
null
;
8
end
;