URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gnat.dg/] [test_prefix1.adb] - Rev 801
Go to most recent revision | Compare with Previous | Blame | View Log
-- { dg-do run } with prefix1; use prefix1; procedure test_prefix1 is Val : Natural; Obj : T; -- begin for J in Obj.Func'Range loop Val := Obj.Func (J); if Val /= 2 ** J then raise Program_Error; end if; end loop; end test_prefix1;
Go to most recent revision | Compare with Previous | Blame | View Log