URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gnat.dg/] [opt22_pkg.adb] - Rev 801
Go to most recent revision | Compare with Previous | Blame | View Log
package body Opt22_Pkg is procedure Fail is begin raise Constraint_Error; end; procedure Put (S : String) is begin if S /= "the message" then raise Program_Error; end if; end; end Opt22_Pkg;
Go to most recent revision | Compare with Previous | Blame | View Log