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
Require target lra in gcc.dg/pr108095.c
[official-gcc.git]
/
gcc
/
testsuite
/
gnat.dg
/
ghost7.ads
blob
4042aa33a9438ef322cd7ddb1e64f7a2d9719384
1
pragma
Restrictions
(
No_Exception_Propagation
);
2
3
package
Ghost7
is
4
type
Word64
is mod
2
**
64
;
5
type
My_Array_Type
is array
(
Word64
)
of
Boolean
;
6
My_Array
:
My_Array_Type
with
Ghost
;
7
procedure
Dummy
;
8
end
Ghost7
;