URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gnat.dg/] [aliasing3_pkg.adb] - Rev 696
Compare with Previous | Blame | View Log
package body Aliasing3_Pkg is procedure Test (A : Arr) is begin if A(1) /= 5 then raise Program_Error; end if; end; end Aliasing3_Pkg;