Sign in
gnu
/
gcc
/
d769c5040874bf9546f2524f3f1d2a894165f92a
/
.
/
gcc
/
testsuite
/
gnat.dg
/
noreturn2.ads
blob: 1aaf4e9744678be49e34b84a4af1f60a4af75e21 [
file
] [
log
] [
blame
]
with
Ada
.
Exceptions
;
use
Ada
.
Exceptions
;
package
Noreturn2
is
procedure
Raise_From
(
X
:
Exception_Occurrence
);
pragma
No_Return
(
Raise_From
);
end
Noreturn2
;