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
Require target lra in gcc.dg/pr108095.c
[official-gcc.git]
/
gcc
/
testsuite
/
gnat.dg
/
generic_inst12.adb
blob
4f9974900c38792f142a32537fb7047d4f54133d
1
-- { dg-do run }
2
-- { dg-options "-O -gnatn" }
3
with
Generic_Inst12_Pkg2
;
4
5
procedure
Generic_Inst12
is
6
7
procedure
My_Inner_G
is new
Generic_Inst12_Pkg2
.
Inner_G
;
8
9
begin
10
My_Inner_G
(
1
);
11
Generic_Inst12_Pkg2
.
Proc
(
1
);
12
end
;