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
/
controlled2.adb
blob
69665c942ae85b842c3d5ba5d06218e13aaf105f
1
-- { dg-do compile }
2
-- { dg-options "-gnatws" }
3
4
with
controlled1
;
use
controlled1
;
5
package body
controlled2
is
6
procedure
Test_Suite
is
7
begin
8
Add_Test
9
(
new
Test_Case
'(Test_Case1 with Link_Under_Test => 300));
10
end Test_Suite;
11
end controlled2;