URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gnat.dg/] [inline_scope_p.adb] - Rev 696
Compare with Previous | Blame | View Log
package body inline_scope_p is procedure Assert (Expr : Boolean; Str : String) is begin if Expr then null; end if; end Assert; end;