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
2015-09-24 Vladimir Makarov <vmakarov@redhat.com>
[official-gcc.git]
/
gcc
/
testsuite
/
gnat.dg
/
specs
/
private2.ads
blob
d6fff3856ab7b14ba7bab2044711343d9baf3e2f
1
-- { dg-do compile }
2
3
with
Private2_Pkg
;
use
Private2_Pkg
;
4
5
package
Private2
is
6
7
type
R
is new
Rec2
;
8
9
end
Private2
;