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
2016-01-15 Vladimir Makarov <vmakarov@redhat.com>
[official-gcc.git]
/
gcc
/
testsuite
/
gnat.dg
/
tree_static_def.ads
blob
1ea58ee03e4984fb4a6a9b2a2ae6a6ff5d125d8e
1
package
TREE_STATIC_Def
is
2
3
type
Int
is record
4
Value
:
Integer
;
5
end record
;
6
7
procedure
check
(
I
:
Int
;
v
:
integer
);
8
9
One
:
constant
Int
:= (
Value
=>
1
);
10
end
;