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
x86: Tune Skylake, Cannonlake and Icelake as Haswell
[official-gcc.git]
/
gcc
/
testsuite
/
gnat.dg
/
dynamic_elab2.ads
blob
9191dabd549f966217d386de07329413b6eb8629
1
with
Dynamic_Elab_Pkg
;
use
Dynamic_Elab_Pkg
;
2
3
package
Dynamic_Elab2
is
4
5
type
Plot
is record
6
B
:
Boolean
;
7
Data
:
R
;
8
end record
;
9
pragma
Pack
(
Plot
);
10
11
function
Get_Plot
return
Plot
;
12
13
end
Dynamic_Elab2
;