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
Wattributes-10.c: Add -fno-common option on hppa*-*-hpux*.
[official-gcc.git]
/
gcc
/
testsuite
/
gnat.dg
/
import2.adb
blob
07ba880d3f7c0b431017f26d3ef7ee5b3125a06f
1
-- { dg-do run }
2
3
procedure
Import2
is
4
type
Index_Typ
is mod
2
**
64
;
5
type
Mod_Array
is array
(
Index_Typ
)
of
Integer
;
6
7
Obj
:
Mod_Array
;
8
pragma
Import
(
Ada
,
Obj
);
9
begin
10
null
;
11
end
Import2
;