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
Preserving locations for variable-uses and constants (PR c++/43486)
[official-gcc.git]
/
gcc
/
testsuite
/
gnat.dg
/
overriding_ops2_pkg-high.ads
blob
46eb4629f4e7d6a41bdaeabed454b1d9edab7daa
1
package
Overriding_Ops2_Pkg
.
High
is
2
type
High_Level_Session
is new
Session_Type
with private
;
3
private
4
type
High_Level_Session
is new
Session_Type
with null record
;
5
end
Overriding_Ops2_Pkg
.
High
;