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
gcc/cp
[official-gcc.git]
/
gcc
/
testsuite
/
gnat.dg
/
volatile5_pkg.ads
blob
71a0c8046a3272ddea8d18f7f2e732ecdb720a1b
1
package
Volatile5_Pkg
is
2
3
type
Rec
is record
4
I
:
Integer
;
5
end record
;
6
pragma
Volatile
(
Rec
);
7
8
function
F
return
Rec
;
9
10
end
Volatile5_Pkg
;
11
--