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
/
elab3.adb
blob
2c0a4b2df25b5cd8064b4f6615785841eeec442c
1
-- { dg-do compile }
2
3
with
Elab3_Pkg
;
4
5
package body
Elab3
is
6
package
Inst
is new
Elab3_Pkg
(
False
,
ABE
);
7
8
procedure
ABE
is begin null
;
end
ABE
;
9
end
Elab3
;