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
c++: constrained lambda error-recovery [PR108972]
[official-gcc.git]
/
gcc
/
testsuite
/
gnat.dg
/
elab8.adb
blob
a54ba9d53f8c0c66393da07e7a1c49065357b460
1
-- { dg-do compile }
2
-- { dg-options "-gnatN" }
3
4
with
Elab8_Gen
;
5
6
procedure
Elab8
is
7
8
package
My_G
is new
Elab8_Gen
(
Integer
);
9
10
begin
11
My_G
.
Compare
(
0
,
1
);
12
end
;