aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gnat.dg/noreturn1.ads
blob: c63e43999077d05a1df12ec3c66b72a4ec5b7d5e (plain)
1
2
3
4
5
6
7
8
with Ada.Exceptions; use Ada.Exceptions;

package Noreturn1 is

   procedure Error (E : in Exception_Occurrence);
   pragma No_Return (Error);

end Noreturn1;