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
/
noreturn1.ads
blob
c63e43999077d05a1df12ec3c66b72a4ec5b7d5e
1
with
Ada
.
Exceptions
;
use
Ada
.
Exceptions
;
2
3
package
Noreturn1
is
4
5
procedure
Error
(
E
:
in
Exception_Occurrence
);
6
pragma
No_Return
(
Error
);
7
8
end
Noreturn1
;