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
/
nested_generic1.adb
blob
1a20cdf5d4b48bb42100736d4f3f181e797456d8
1
-- PR ada/52735
2
-- Reported by Per Sandberg <per.sandberg@bredband.net>
3
4
-- { dg-do compile }
5
6
with
Nested_Generic1_Pkg
;
7
8
procedure
Nested_Generic1
is
9
package
P
is new
Nested_Generic1_Pkg
;
10
begin
11
null
;
12
end
;