URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-stable/] [gcc-4.5.1/] [gcc/] [testsuite/] [gnat.dg/] [noreturn2.ads] - Rev 826
Compare with Previous | Blame | View Log
with Ada.Exceptions; use Ada.Exceptions; package Noreturn2 is procedure Raise_From (X : Exception_Occurrence); pragma No_Return (Raise_From); end Noreturn2;