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
/
abe_pkg.adb
blob
7c09b850ddb0858e5b0194f2b5951284af9db567
1
-- { dg-do compile }
2
-- { dg-options "-gnatJ" }
3
package body
ABE_Pkg
is
4
package body
Gen
is
5
procedure
Force_Body
is begin null
;
end
Force_Body
;
6
begin
7
ABE
;
8
end
Gen
;
9
10
package
Inst
is new
Gen
;
11
12
procedure
ABE
is begin null
;
end
ABE
;
13
end
ABE_Pkg
;